Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Oct 24, 2024
1 parent ce7ed00 commit 83ae4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readme = "./README.md"
proc-macro = true

[dependencies]
syn = { version = "2", features = [ "full", "visit", "fold", "extra-traits" ] }
syn = { version = "2.0.85", features = [ "full", "visit", "fold", "extra-traits" ] }
quote = "1.0.2"
proc-macro2 = "1.0.3"

Expand Down

0 comments on commit 83ae4ae

Please sign in to comment.