-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
0e2d006
commit c90528c
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"Daniel Henry-Mantilla <[email protected]>", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"Daniel Henry-Mantilla <[email protected]>", | ||
|