Skip to content

Commit a78d8ee

Browse files
committed
chore: Release
1 parent 2aeee4d commit a78d8ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "derive_more"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
rust-version = "1.75.0"
66
description = "Adds #[derive(x)] macros for more traits"
@@ -27,7 +27,7 @@ include = [
2727
members = ["impl"]
2828

2929
[dependencies]
30-
derive_more-impl = { version = "=2.0.0", path = "impl" }
30+
derive_more-impl = { version = "=2.0.1", path = "impl" }
3131

3232
[build-dependencies]
3333
rustc_version = { version = "0.4", optional = true }

impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "derive_more-impl"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
rust-version = "1.75.0"
66
description = "Internal implementation of `derive_more` crate"

0 commit comments

Comments
 (0)