diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-21 21:56:19 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-21 21:56:19 -0400 |
| commit | dfbdf7b1179cc16d1093cfb82717a85ac8a0540a (patch) | |
| tree | 36f04bf66f6c5942fa7028d1b44e1c2829402ad4 /Cargo.toml | |
| parent | 8df5bd58fcc040959ce573537aaec831aa1cf1fb (diff) | |
| download | get-dfbdf7b1179cc16d1093cfb82717a85ac8a0540a.tar.gz | |
remove if_chain depedency and update deps
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 |
