Skip to content

Commit

Permalink
Use syn 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jul 31, 2024
1 parent b7e1a4e commit 3b9fa5a
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 @@ documentation = "https://docs.rs/display_json"
proc-macro = true

[dependencies]
syn = { version = "^1.0.0", features = ["derive", "printing", "extra-traits", "parsing"] }
syn = { version = "2", features = ["derive", "printing", "extra-traits", "parsing"] }
quote = "^1.0.0"
proc-macro2 = "^1.0.24"
serde_json = "^1.0.64"
Expand Down

0 comments on commit 3b9fa5a

Please sign in to comment.