Skip to content

Commit b58cfd1

Browse files
authored
Bump proc-macro-crate to v3 (#207)
1 parent 3082edc commit b58cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ proc-macro = true
2020
quote = "1.0"
2121
syn = { version = "1.0", features = ["derive", "visit", "visit-mut", "extra-traits"] }
2222
proc-macro2 = "1.0"
23-
proc-macro-crate = "1"
23+
proc-macro-crate = "3"
2424

2525
[features]
2626
default = ["docs"]

0 commit comments

Comments
 (0)