Skip to content

Commit

Permalink
derive: fix minimal-versions correctness for syn
Browse files Browse the repository at this point in the history
Bumps `syn` requirement to ^1.0.56, the first release of `syn` that
`derive_arbitrary` will actually compile with.

Closes #136
  • Loading branch information
tarcieri committed Jan 24, 2023
1 parent 98044ba commit 11a42f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rust-version = "1.63.0"
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ['derive'] }
syn = { version = "1.0.56", features = ['derive'] }

[lib]
proc_macro = true

0 comments on commit 11a42f7

Please sign in to comment.