Skip to content

Commit b3186c0

Browse files
committed
[derive] Pin syn to 2.0.55
This is a temporary work-around for #1085. Per #1088, we will remove this and implement a more complete fix before releasing 0.8 (#671).
1 parent b56c01b commit b3186c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zerocopy-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ proc-macro = true
2929
[dependencies]
3030
proc-macro2 = "1.0.1"
3131
quote = "1.0.10"
32-
syn = "2.0.31"
32+
syn = "=2.0.55"
3333

3434
[dev-dependencies]
3535
# We don't use this directly, but trybuild does. On the MSRV toolchain, the

0 commit comments

Comments
 (0)