We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56c01b commit 02d5c3aCopy full SHA for 02d5c3a
zerocopy-derive/Cargo.toml
@@ -29,7 +29,10 @@ proc-macro = true
29
[dependencies]
30
proc-macro2 = "1.0.1"
31
quote = "1.0.10"
32
-syn = "2.0.31"
+# 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"
36
37
[dev-dependencies]
38
# We don't use this directly, but trybuild does. On the MSRV toolchain, the
0 commit comments