Skip to content

Commit

Permalink
Bump to 0.5.3 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Aug 3, 2021
1 parent 8cf11d9 commit a5c5868
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
@@ -1,6 +1,6 @@
[package]
name = "num_enum"
version = "0.5.2" # Keep in sync with num_enum_derive.
version = "0.5.3" # 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 @@ -30,7 +30,7 @@ maintenance = { status = "passively-maintained" }

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

[dev-dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion num_enum_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "num_enum_derive"
version = "0.5.2" # Keep in sync with num_enum.
version = "0.5.3" # 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 a5c5868

Please sign in to comment.