Skip to content

Commit

Permalink
Bump proc-macro-crate to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipseo committed Jul 10, 2021
1 parent d0ac4cd commit 50c3913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion num_enum_derive/Cargo.toml
Expand Up @@ -32,6 +32,6 @@ features = ["external_doc"]

[dependencies]
proc-macro2 = "1"
proc-macro-crate = { version = "0.1.4", optional = true }
proc-macro-crate = { version = "1", optional = true }
quote = "1"
syn = { version = "1", features = ["parsing"] }

0 comments on commit 50c3913

Please sign in to comment.