Skip to content

Commit cf8a8c5

Browse files
authored
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 2f8f249 commit cf8a8c5

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
@@ -34,7 +34,7 @@ rust-version = "1.56.0"
3434
proc-macro = true
3535

3636
[dependencies]
37-
proc-macro2 = "1.0.40"
37+
proc-macro2 = "1.0.60"
3838
syn = { version = "2.0", default-features = false, features = ["full", "parsing", "printing", "visit-mut", "clone-impls", "extra-traits", "proc-macro"] }
3939
quote = "1.0.20"
4040

0 commit comments

Comments
 (0)