Skip to content

Commit 8421fc2

Browse files
authored
Prep for 0.7.0 (#126)
1 parent fac0109 commit 8421fc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock.msrv

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

num_enum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "num_enum"
3-
version = "0.6.1" # Keep in sync with num_enum_derive, the the dependency on it below.
3+
version = "0.7.0" # Keep in sync with num_enum_derive, the the dependency on it below.
44
rust-version = "1.56.0"
55
authors = [
66
"Daniel Wagner-Hall <dawagner@gmail.com>",
@@ -30,7 +30,7 @@ travis-ci = { repository = "illicitonion/num_enum", branch = "master" }
3030
maintenance = { status = "passively-maintained" }
3131

3232
[dependencies]
33-
num_enum_derive = { version = "=0.6.1", path = "../num_enum_derive", default-features = false }
33+
num_enum_derive = { version = "=0.7.0", path = "../num_enum_derive", default-features = false }
3434

3535
[dev-dependencies]
3636
anyhow = "1.0.14"

num_enum_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "num_enum_derive"
3-
version = "0.6.1" # Keep in sync with num_enum.
3+
version = "0.7.0" # Keep in sync with num_enum.
44
rust-version = "1.56.0"
55
authors = [
66
"Daniel Wagner-Hall <dawagner@gmail.com>",

0 commit comments

Comments
 (0)