Commit a78d8ee 1 parent 2aeee4d commit a78d8ee Copy full SHA for a78d8ee
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " derive_more"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.75.0"
6
6
description = " Adds #[derive(x)] macros for more traits"
@@ -27,7 +27,7 @@ include = [
27
27
members = [" impl" ]
28
28
29
29
[dependencies ]
30
- derive_more-impl = { version = " =2.0.0 " , path = " impl" }
30
+ derive_more-impl = { version = " =2.0.1 " , path = " impl" }
31
31
32
32
[build-dependencies ]
33
33
rustc_version = { version = " 0.4" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " derive_more-impl"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.75.0"
6
6
description = " Internal implementation of `derive_more` crate"
You can’t perform that action at this time.
0 commit comments