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 61dee89 commit 65c7710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ proc-macro = ["proc-macro2/proc-macro", "quote/proc-macro"]
test = ["syn-test-suite/all-features"]

[dependencies]
proc-macro2 = { version = "1.0.72", default-features = false }
quote = { version = "1.0.34", optional = true, default-features = false }
proc-macro2 = { version = "1.0.74", default-features = false }
quote = { version = "1.0.35", optional = true, default-features = false }
unicode-ident = "1"

[dev-dependencies]
Expand Down

0 comments on commit 65c7710

Please sign in to comment.