Skip to content

Commit

Permalink
proc-macro2 bump to 1.0.69 to fix unknown feature proc_macro_span_shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
c19 authored Nov 1, 2023
1 parent 14fd853 commit 8fa6816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8fa6816

Please sign in to comment.