Skip to content

Commit 8fa6816

Browse files
authored
proc-macro2 bump to 1.0.69 to fix unknown feature proc_macro_span_shrink
dtolnay/proc-macro2#398
1 parent 14fd853 commit 8fa6816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clap_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bench = false
3131
[dependencies]
3232
syn = { version = "2.0.8", features = ["full"] }
3333
quote = "1.0.9"
34-
proc-macro2 = "1.0.42"
34+
proc-macro2 = "1.0.69"
3535
heck = "0.4.0"
3636

3737
[features]

0 commit comments

Comments
 (0)