Skip to content

Commit 29f74c5

Browse files
davidbarskyhawkw
authored andcommitted
attributes: bump minimum version of proc-macro2 to 1.0.60 (#2732)
As part of landing #2728, I noticed that the `-Zminimal-versions` check fails due to proc-macro2 1.0.40 referencing a since-removed, nightly-only feature (`proc_macro_span_shrink`). Since this change doesn't change the MSRV of `proc-macro2` (or `tracing`, for that matter), this feels like a safe change to make.
1 parent 69a5375 commit 29f74c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ proc-macro = true
3939
async-await = []
4040

4141
[dependencies]
42-
proc-macro2 = "1.0.40"
42+
proc-macro2 = "1.0.60"
4343
syn = { version = "2.0", default-features = false, features = ["full", "parsing", "printing", "visit-mut", "clone-impls", "extra-traits", "proc-macro"] }
4444
quote = "1.0.20"
4545

0 commit comments

Comments
 (0)