Skip to content

Commit 4ff3da1

Browse files
committed
Need minimal syn 2.0.5 to pass tests
1 parent 8436755 commit 4ff3da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
[dependencies]
1717
proc-macro2 = "1"
1818
quote = "1"
19-
syn = "2"
19+
syn = "2.0.5"
2020

2121
[dev-dependencies]
2222
num = "0.3"

0 commit comments

Comments
 (0)