desugars operator overloading
rename to lower-macros
bendn 2025-01-27
parent 795d124 · commit 53294e0
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8a325d6..9b47093 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "lower"
-version = "0.1.1"
+name = "lower-macros"
+version = "0.1.0"
authors = ["bend-n <[email protected]>"]
description = "desugar math where the compiler wont"
edition = "2021"