From a381551f6e5e281db34b2dbe3c7257ea0e9fd352 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Mon, 7 Aug 2023 13:07:12 +0200 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f2df143..bc73639a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "derive_more" -version = "1.0.0-beta.2" +version = "1.0.0-beta.3" edition = "2021" rust-version = "1.65.0" description = "Adds #[derive(x)] macros for more traits" @@ -26,7 +26,7 @@ include = [ members = ["impl"] [dependencies] -derive_more-impl = { version = "=1.0.0-beta.2", path = "impl" } +derive_more-impl = { version = "=1.0.0-beta.3", path = "impl" } [build-dependencies] rustc_version = { version = "0.4", optional = true } diff --git a/impl/Cargo.toml b/impl/Cargo.toml index a569d5d5..f75e0638 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "derive_more-impl" -version = "1.0.0-beta.2" +version = "1.0.0-beta.3" edition = "2021" rust-version = "1.65.0" description = "Internal implementation of `derive_more` crate"