Skip to content

Commit 2375d9a

Browse files
committed
Pull in proc-macro2 FromStr's more robust error recovery
1 parent f46a6f3 commit 2375d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ proc-macro = ["proc-macro2/proc-macro", "quote?/proc-macro"]
3535
test = ["syn-test-suite/all-features"]
3636

3737
[dependencies]
38-
proc-macro2 = { version = "1.0.83", default-features = false }
38+
proc-macro2 = { version = "1.0.90", default-features = false }
3939
quote = { version = "1.0.35", optional = true, default-features = false }
4040
unicode-ident = "1"
4141

0 commit comments

Comments
 (0)