mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 23:53:54 +00:00
Merge pull request #5194 from c19/patch-1
proc-macro2 bump to 1.0.69 to fix unknown feature proc_macro_span_shrink
This commit is contained in:
commit
2e7c9d11a8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ bench = false
|
|||
[dependencies]
|
||||
syn = { version = "2.0.8", features = ["full"] }
|
||||
quote = "1.0.9"
|
||||
proc-macro2 = "1.0.42"
|
||||
proc-macro2 = "1.0.69"
|
||||
heck = "0.4.0"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue