mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
Fix/syn broken semver (#116)
* fix(derive): syn backwards compatibility * fix: bump minimum syn version more after tests
This commit is contained in:
parent
9d90497f7c
commit
2864b52591
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user