diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "get" version = "0.0.0" -edition = "2021" +edition = "2024" [lib] proc-macro = true @@ -10,7 +10,6 @@ proc-macro = true syn = "2" quote = "1.0.23" proc-macro2 = "1.0.51" -if_chain = "=1.0.2" [dev-dependencies] trybuild = "1"
\ No newline at end of file |
