mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Update proc-macro2 requirement to 1.0.23
This releases fixes a large number of lexing bugs that are relevant to syn.
This commit is contained in:
parent
60cdc4a043
commit
4323d02109
@ -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.13", default-features = false }
|
||||
proc-macro2 = { version = "1.0.23", default-features = false }
|
||||
quote = { version = "1.0", optional = true, default-features = false }
|
||||
unicode-xid = "0.2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user