Skip to content

Commit

Permalink
Bump to 0.4.2
Browse files Browse the repository at this point in the history
Notable changes:
* Improved constant values generated code (issue #11) (#12)
* Upgrade dependencies to stable versions (#15)
  • Loading branch information
illicitonion committed Oct 4, 2019
1 parent 5e41c5b commit eb2aed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions num_enum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "num_enum"
version = "0.4.1" # Keep in sync with num_enum_derive.
version = "0.4.2" # Keep in sync with num_enum_derive.
authors = [
"Daniel Wagner-Hall <dawagner@gmail.com>",
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
Expand Down Expand Up @@ -29,4 +29,4 @@ maintenance = { status = "passively-maintained" }

[dependencies]
derivative = { version = "1.0.2", features = ["use_core"] }
num_enum_derive = { version = "0.4.1", path = "../num_enum_derive", default-features = false }
num_enum_derive = { version = "0.4.2", path = "../num_enum_derive", default-features = false }
2 changes: 1 addition & 1 deletion num_enum_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "num_enum_derive"
version = "0.4.1" # Keep in sync with num_enum.
version = "0.4.2" # Keep in sync with num_enum.
authors = [
"Daniel Wagner-Hall <dawagner@gmail.com>",
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
Expand Down

0 comments on commit eb2aed4

Please sign in to comment.