Skip to content

Commit 296e046

Browse files
authored
Merge pull request #1226 from dtolnay/bom
Pull in proc-macro2 1.0.46 for byte order mark fix
2 parents ce00ab0 + 5f8ddfb commit 296e046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ proc-macro = ["proc-macro2/proc-macro", "quote/proc-macro"]
3636
test = ["syn-test-suite/all-features"]
3737

3838
[dependencies]
39-
proc-macro2 = { version = "1.0.39", default-features = false }
39+
proc-macro2 = { version = "1.0.46", default-features = false }
4040
quote = { version = "1.0", optional = true, default-features = false }
4141
unicode-ident = "1.0"
4242

0 commit comments

Comments
 (0)