Update proc-macro2 (#201)

This commit is contained in:
Connor Horman 2023-07-25 18:15:01 -04:00 committed by GitHub
parent 62a7ec9b38
commit 3b81c85c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "2.0.1"
quote = "1"
proc-macro2 = "1"
proc-macro2 = "1.0.60"
[dev-dependencies]
bytemuck = { path = "../", features = ["derive"] }