Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c042a76..894bbfa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "lower"
-version = "0.2.0"
+version = "0.2.1"
authors = ["bend-n <[email protected]>"]
description = "desugar math where the compiler wont"
-edition = "2021"
+edition = "2024"
repository = "https://github.com/bend-n/lower-plus.git"
license = "MIT"
-keywrords = ["fast", "math", "float"]
+keywords = ["fast", "math", "float"]
categories = ["hardware-support", "mathematics"]
[dependencies]
-lower-macros = "0.2"
+lower-macros = "0.2.10"