Skip to content

Commit

Permalink
Bump proc-macro-crate to v3 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov committed May 8, 2024
1 parent 3082edc commit b58cfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc-macro = true
quote = "1.0"
syn = { version = "1.0", features = ["derive", "visit", "visit-mut", "extra-traits"] }
proc-macro2 = "1.0"
proc-macro-crate = "1"
proc-macro-crate = "3"

[features]
default = ["docs"]
Expand Down

0 comments on commit b58cfd1

Please sign in to comment.