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 c777ce6 commit 57851d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/dtolnay/quote"
rust-version = "1.56"

[dependencies]
proc-macro2 = { version = "1.0.72", default-features = false }
proc-macro2 = { version = "1.0.74", default-features = false }

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

0 comments on commit 57851d7

Please sign in to comment.