File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " derive_more"
3- version = " 0.99.17 "
3+ version = " 1.0.0-beta.1 "
44edition = " 2021"
55rust-version = " 1.65.0"
66description = " Adds #[derive(x)] macros for more traits"
@@ -26,7 +26,7 @@ include = [
2626members = [" impl" ]
2727
2828[dependencies ]
29- derive_more-impl = { version = " =0.99.17 " , path = " impl" }
29+ derive_more-impl = { version = " =1.0.0-beta.1 " , path = " impl" }
3030
3131[build-dependencies ]
3232rustc_version = { version = " 0.4" , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " derive_more-impl"
3- version = " 0.99.17 " # should be the same as main crate version
3+ version = " 1.0.0-beta.1 "
44edition = " 2021"
55rust-version = " 1.65.0"
66description = " Internal implementation of `derive_more` crate"
You can’t perform that action at this time.
0 commit comments