Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 23, 2023
1 parent e10b96b commit 58b54bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "derive_more"
version = "0.99.17"
version = "1.0.0-beta.1"
edition = "2021"
rust-version = "1.65.0"
description = "Adds #[derive(x)] macros for more traits"
Expand All @@ -26,7 +26,7 @@ include = [
members = ["impl"]

[dependencies]
derive_more-impl = { version = "=0.99.17", path = "impl" }
derive_more-impl = { version = "=1.0.0-beta.1", path = "impl" }

[build-dependencies]
rustc_version = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "derive_more-impl"
version = "0.99.17" # should be the same as main crate version
version = "1.0.0-beta.1"
edition = "2021"
rust-version = "1.65.0"
description = "Internal implementation of `derive_more` crate"
Expand Down

0 comments on commit 58b54bf

Please sign in to comment.