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 b3186c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerocopy-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.1"
quote = "1.0.10"
syn = "2.0.31"
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 b3186c0

Please sign in to comment.