Skip to content

Commit

Permalink
Pull in proc-macro2 error placeholder change
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 13, 2023
1 parent 2cd5608 commit 3e04809
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 @@ -35,7 +35,7 @@ proc-macro = ["proc-macro2/proc-macro", "quote/proc-macro"]
test = ["syn-test-suite/all-features"]

[dependencies]
proc-macro2 = { version = "1.0.62", default-features = false }
proc-macro2 = { version = "1.0.67", default-features = false }
quote = { version = "1.0.28", optional = true, default-features = false }
unicode-ident = "1"

Expand Down

0 comments on commit 3e04809

Please sign in to comment.