Skip to content

Commit

Permalink
attributes: bump minimum version of proc-macro2 to 1.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Sep 28, 2023
1 parent 2f8f249 commit 91837c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rust-version = "1.56.0"
proc-macro = true

[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 91837c7

Please sign in to comment.