Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for 0.7.1 #136

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "num_enum"
version = "0.7.0" # Keep in sync with num_enum_derive, the the dependency on it below.
version = "0.7.1" # Keep in sync with num_enum_derive, the the dependency on it below.
rust-version = "1.56.0"
authors = [
"Daniel Wagner-Hall <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@ travis-ci = { repository = "illicitonion/num_enum", branch = "master" }
maintenance = { status = "passively-maintained" }

[dependencies]
num_enum_derive = { version = "=0.7.0", path = "../num_enum_derive", default-features = false }
num_enum_derive = { version = "=0.7.1", 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "num_enum_derive"
version = "0.7.0" # Keep in sync with num_enum.
version = "0.7.1" # Keep in sync with num_enum.
rust-version = "1.56.0"
authors = [
"Daniel Wagner-Hall <[email protected]>",
Expand Down
Loading