Skip to content

Commit

Permalink
Fix/syn broken semver (#116)
Browse files Browse the repository at this point in the history
* fix(derive): syn backwards compatibility

* fix: bump minimum syn version more after tests
  • Loading branch information
TheEdward162 authored Jul 19, 2022
1 parent 9d90497 commit 2864b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ name = "bytemuck_derive"
proc-macro = true

[dependencies]
syn = "1"
# syn seems to have broken backwards compability in this version https://github.com/dtolnay/syn/issues/1194
syn = "1.0.15"
quote = "1"
proc-macro2 = "1"

Expand Down

0 comments on commit 2864b52

Please sign in to comment.