summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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