desugars operator overloading
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 e5cd65f..8a325d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lower"
-version = "0.1.0"
+version = "0.1.1"
authors = ["bend-n <[email protected]>"]
description = "desugar math where the compiler wont"
edition = "2021"
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
proc-macro2 = "1.0.78"
quote = "1.0.32"
-syn = "2.0.15"
+syn = { version = "2.0.15", features = ["full"] }
[lib]
proc_macro = true