Skip to content

Commit 2b2e930

Browse files
authored
Dont specify syn patch version (#7)
1 parent bac0a09 commit 2b2e930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
proc-macro2 = "1.0.95"
88
quote = "1.0.40"
9-
syn = "2.0.104"
9+
syn = "2"
1010

1111
[lib]
1212
proc-macro = true

0 commit comments

Comments
 (0)