Skip to content

Commit 10f5994

Browse files
authored
Merge pull request #302 from dtolnay/syn
Update to syn 2
2 parents 553ed38 + 4a6b90c commit 10f5994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ backtrace = { version = "0.3.51", optional = true }
2121
[dev-dependencies]
2222
futures = { version = "0.3", default-features = false }
2323
rustversion = "1.0.6"
24-
syn = { version = "1.0", features = ["full"] }
24+
syn = { version = "2.0", features = ["full"] }
2525
thiserror = "1.0"
2626
trybuild = { version = "1.0.66", features = ["diff"] }
2727

0 commit comments

Comments
 (0)