Skip to content

Commit

Permalink
Update proc-macro2
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 authored Jul 25, 2023
1 parent 62a7ec9 commit 91ddcfc
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 @@ -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"] }

0 comments on commit 91ddcfc

Please sign in to comment.