Skip to content

Commit

Permalink
Merge pull request #1226 from dtolnay/bom
Browse files Browse the repository at this point in the history
Pull in proc-macro2 1.0.46 for byte order mark fix
  • Loading branch information
dtolnay committed Sep 29, 2022
2 parents ce00ab0 + 5f8ddfb commit 296e046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -36,7 +36,7 @@ proc-macro = ["proc-macro2/proc-macro", "quote/proc-macro"]
test = ["syn-test-suite/all-features"]

[dependencies]
proc-macro2 = { version = "1.0.39", default-features = false }
proc-macro2 = { version = "1.0.46", default-features = false }
quote = { version = "1.0", optional = true, default-features = false }
unicode-ident = "1.0"

Expand Down

0 comments on commit 296e046

Please sign in to comment.