Skip to content

Commit

Permalink
Merge pull request #5194 from c19/patch-1
Browse files Browse the repository at this point in the history
proc-macro2 bump to 1.0.69 to fix unknown feature proc_macro_span_shrink
  • Loading branch information
epage committed Dec 4, 2023
2 parents cf7a027 + 8fa6816 commit 2e7c9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_derive/Cargo.toml
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 2e7c9d1

Please sign in to comment.