We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeee4d commit a78d8eeCopy full SHA for a78d8ee
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "derive_more"
3
-version = "2.0.0"
+version = "2.0.1"
4
edition = "2021"
5
rust-version = "1.75.0"
6
description = "Adds #[derive(x)] macros for more traits"
@@ -27,7 +27,7 @@ include = [
27
members = ["impl"]
28
29
[dependencies]
30
-derive_more-impl = { version = "=2.0.0", path = "impl" }
+derive_more-impl = { version = "=2.0.1", path = "impl" }
31
32
[build-dependencies]
33
rustc_version = { version = "0.4", optional = true }
impl/Cargo.toml
name = "derive_more-impl"
description = "Internal implementation of `derive_more` crate"
0 commit comments