desugars operator overloading
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ [package] name = "lower-macros" -version = "0.2.11" +version = "0.2.12" authors = ["bend-n <[email protected]>"] description = "desugar math where the compiler wont" edition = "2024" -repository = "https://github.com/bend-n/lower.git" +repository = "https://git.bendn.org/lower" license = "MIT" [dependencies] |