Skip to content

Commit 02d5c3a

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 02d5c3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zerocopy-derive/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ proc-macro = true
2929
[dependencies]
3030
proc-macro2 = "1.0.1"
3131
quote = "1.0.10"
32-
syn = "2.0.31"
32+
# This pinned dependency is a temporary work-around for #1085. Per #1088, we
33+
# will not ship 0.8 until we've removed this work-around and replaced it with a
34+
# more permanent solution.
35+
syn = "=2.0.55"
3336

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

0 commit comments

Comments
 (0)