Skip to content

Commit

Permalink
Pull in proc-macro2 sccache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 2, 2024
1 parent 4a57c77 commit fa2dbcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ rust-version = "1.56"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.63"
quote = "1.0.29"
syn = { version = "2.0.23", features = ["full", "visit-mut"] }
proc-macro2 = "1.0.74"
quote = "1.0.35"
syn = { version = "2.0.46", features = ["full", "visit-mut"] }

[dev-dependencies]
rustversion = "1.0.13"
Expand Down

0 comments on commit fa2dbcb

Please sign in to comment.