mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-22 06:42:25 +00:00
Update proc-macro2 (#201)
This commit is contained in:
parent
62a7ec9b38
commit
3b81c85c60
@ -18,7 +18,7 @@ proc-macro = true
|
|||||||
# syn seems to have broken backwards compatibility in this version https://github.com/dtolnay/syn/issues/1194
|
# syn seems to have broken backwards compatibility in this version https://github.com/dtolnay/syn/issues/1194
|
||||||
syn = "2.0.1"
|
syn = "2.0.1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1.0.60"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bytemuck = { path = "../", features = ["derive"] }
|
bytemuck = { path = "../", features = ["derive"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user