Skip to content

Commit

Permalink
Bump to 0.5.6 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Dec 31, 2021
1 parent 98a63bc commit 8cfadf8
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.5" # Keep in sync with num_enum_derive.
version = "0.5.6" # 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,7 +29,7 @@ travis-ci = { repository = "illicitonion/num_enum", branch = "master" }
maintenance = { status = "passively-maintained" }

[dependencies]
num_enum_derive = { version = "0.5.5", path = "../num_enum_derive", default-features = false }
num_enum_derive = { version = "0.5.6", 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.5" # Keep in sync with num_enum.
version = "0.5.6" # 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 8cfadf8

Please sign in to comment.