From dfbdf7b1179cc16d1093cfb82717a85ac8a0540a Mon Sep 17 00:00:00 2001 From: John Turner Date: Tue, 21 Oct 2025 21:56:19 -0400 Subject: remove if_chain depedency and update deps --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3