Skip to content

Commit 4a6b90c

Browse files
committed
Update to syn 2
1 parent 553ed38 commit 4a6b90c

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)