Skip to content

Commit

Permalink
Pull in proc-macro2 1.0.55's Literal span fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 1, 2023
1 parent 9aae2b4 commit 856c5dd
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.52", default-features = false }
proc-macro2 = { version = "1.0.55", default-features = false }
quote = { version = "1.0.25", optional = true, default-features = false }
unicode-ident = "1"

Expand Down

0 comments on commit 856c5dd

Please sign in to comment.