Skip to content

Commit 2e7c9d1

Browse files
authored
Merge pull request #5194 from c19/patch-1
proc-macro2 bump to 1.0.69 to fix unknown feature proc_macro_span_shrink
2 parents cf7a027 + 8fa6816 commit 2e7c9d1

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)