Skip to content

Commit

Permalink
attributes: bump minimum version of proc-macro2 to 1.0.60 (#2732)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davidbarsky authored and hawkw committed Oct 1, 2023
1 parent 69a5375 commit 29f74c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-attributes/Cargo.toml
Expand Up @@ -39,7 +39,7 @@ proc-macro = true
async-await = []

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

Expand Down

0 comments on commit 29f74c5

Please sign in to comment.