Skip to content

Commit

Permalink
Merge pull request #302 from dtolnay/syn
Browse files Browse the repository at this point in the history
Update to syn 2
  • Loading branch information
dtolnay committed Mar 18, 2023
2 parents 553ed38 + 4a6b90c commit 10f5994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -21,7 +21,7 @@ backtrace = { version = "0.3.51", optional = true }
[dev-dependencies]
futures = { version = "0.3", default-features = false }
rustversion = "1.0.6"
syn = { version = "1.0", features = ["full"] }
syn = { version = "2.0", features = ["full"] }
thiserror = "1.0"
trybuild = { version = "1.0.66", features = ["diff"] }

Expand Down

0 comments on commit 10f5994

Please sign in to comment.