Skip to content

Commit

Permalink
Update proc-macro-crate. (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Jan 7, 2024
1 parent a80fa1e commit 0d6830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion num_enum_derive/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ features = ["external_doc"]

[dependencies]
proc-macro2 = "1.0.60"
proc-macro-crate = { version = ">= 1, <= 2", optional = true }
proc-macro-crate = { version = ">= 1, <= 3", optional = true }
quote = "1"
syn = { version = "2", features = ["parsing"] }

Expand Down

0 comments on commit 0d6830c

Please sign in to comment.