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