Skip to content

Commit

Permalink
Merge pull request #14 from jayvdb/use-syn-2
Browse files Browse the repository at this point in the history
Use syn 2
  • Loading branch information
jofas authored Aug 1, 2024
2 parents b7e1a4e + 3b9fa5a commit ee122a7
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 ee122a7

Please sign in to comment.