Skip to content

Commit

Permalink
Update syn to 2.0
Browse files Browse the repository at this point in the history
Closes d-e-s-o#29.
  • Loading branch information
tamird committed Oct 5, 2023
1 parent 58ab971 commit 25b2eb8
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 @@ -37,7 +37,7 @@ log = []
[dependencies]
proc-macro2 = "1.0"
quote = {version = "1.0"}
syn = {version = "1.0", features = ["extra-traits", "full"]}
syn = {version = "2.0", features = ["extra-traits", "full"]}

[dev-dependencies]
env_logger = {version = "0.9", default-features = false}
Expand Down

0 comments on commit 25b2eb8

Please sign in to comment.