Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 24, 2023
1 parent 6b89697 commit a45f7b2
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 = "1.0.0-beta.1"
version = "1.0.0-beta.2"
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 = "=1.0.0-beta.1", path = "impl" }
derive_more-impl = { version = "=1.0.0-beta.2", 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 = "1.0.0-beta.1"
version = "1.0.0-beta.2"
edition = "2021"
rust-version = "1.65.0"
description = "Internal implementation of `derive_more` crate"
Expand Down

0 comments on commit a45f7b2

Please sign in to comment.