Skip to content

Commit

Permalink
Pull in proc-macro2 FromStr's more robust error recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 21, 2024
1 parent f46a6f3 commit 2375d9a
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.83", default-features = false }
proc-macro2 = { version = "1.0.90", default-features = false }
quote = { version = "1.0.35", optional = true, default-features = false }
unicode-ident = "1"

Expand Down

0 comments on commit 2375d9a

Please sign in to comment.