summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-21 21:56:19 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-10-21 21:56:19 -0400
commitdfbdf7b1179cc16d1093cfb82717a85ac8a0540a (patch)
tree36f04bf66f6c5942fa7028d1b44e1c2829402ad4 /Cargo.toml
parent8df5bd58fcc040959ce573537aaec831aa1cf1fb (diff)
downloadget-dfbdf7b1179cc16d1093cfb82717a85ac8a0540a.tar.gz
remove if_chain depedency and update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6b67f7c..543ed01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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