Skip to content

Commit

Permalink
Bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Mar 17, 2020
1 parent ef1fc3f commit fc199d0
Show file tree
Hide file tree
Showing 3 changed files with 4 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.2" # Keep in sync with num_enum_derive.
version = "0.4.3" # Keep in sync with num_enum_derive.
authors = [
"Daniel Wagner-Hall <[email protected]>",
"Daniel Henry-Mantilla <[email protected]>",
Expand Down Expand Up @@ -29,4 +29,4 @@ maintenance = { status = "passively-maintained" }

[dependencies]
derivative = { version = "2", features = ["use_core"] }
num_enum_derive = { version = "0.4.2", path = "../num_enum_derive", default-features = false }
num_enum_derive = { version = "0.4.3", 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.2" # Keep in sync with num_enum.
version = "0.4.3" # Keep in sync with num_enum.
authors = [
"Daniel Wagner-Hall <[email protected]>",
"Daniel Henry-Mantilla <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions renamed_num_enum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "renamed_num_enum"
version = "0.0.0"
edition = "2018"
publish = false

[features]
std = ["renamed/std"]
Expand Down

0 comments on commit fc199d0

Please sign in to comment.