Skip to content

Commit

Permalink
[derive] Pin syn to 2.0.55
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
joshlf committed Apr 2, 2024
1 parent b56c01b commit 02d5c3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zerocopy-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.1"
quote = "1.0.10"
syn = "2.0.31"
# This pinned dependency is a temporary work-around for #1085. Per #1088, we
# will not ship 0.8 until we've removed this work-around and replaced it with a
# more permanent solution.
syn = "=2.0.55"

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

0 comments on commit 02d5c3a

Please sign in to comment.