Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
This isn't necessarily ready for release, but we're making a breaking
change so we should bump so we don't forget whenever the time for the
next release comes.
  • Loading branch information
illicitonion committed Mar 18, 2023
1 parent 0e2d006 commit c90528c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions num_enum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "num_enum"
version = "0.5.11" # Keep in sync with num_enum_derive, the the dependency on it below.
version = "0.6.0" # Keep in sync with num_enum_derive, the the dependency on it below.
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.11", path = "../num_enum_derive", default-features = false }
num_enum_derive = { version = "0.6.0", path = "../num_enum_derive", default-features = false }

[dev-dependencies]
anyhow = "1.0.14"
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.11" # Keep in sync with num_enum.
version = "0.6.0" # 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 c90528c

Please sign in to comment.