Skip to content

Commit

Permalink
Upgrade to derivative 2.0 (#16)
Browse files Browse the repository at this point in the history
There are no changes in this release of derivative; it just brings in
transitive dependencies on stable releases of proc-macro2/syn/quote.
  • Loading branch information
benesch authored Mar 17, 2020
1 parent e565bc8 commit ef1fc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion num_enum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ travis-ci = { repository = "illicitonion/num_enum", branch = "master" }
maintenance = { status = "passively-maintained" }

[dependencies]
derivative = { version = "1.0.2", features = ["use_core"] }
derivative = { version = "2", features = ["use_core"] }
num_enum_derive = { version = "0.4.2", path = "../num_enum_derive", default-features = false }

0 comments on commit ef1fc3f

Please sign in to comment.