Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34542dc..c042a76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lower"
-version = "0.1.4"
+version = "0.2.0"
authors = ["bend-n <[email protected]>"]
description = "desugar math where the compiler wont"
edition = "2021"
@@ -10,4 +10,4 @@ keywrords = ["fast", "math", "float"]
categories = ["hardware-support", "mathematics"]
[dependencies]
-lower-macros = "0.1.1"
+lower-macros = "0.2"