parent
5f3880c781
commit
2c59113bd3
@ -1,23 +1,23 @@
|
|||||||
--- derive_more-0.99.11/Cargo.toml 2020-09-30T19:02:26+00:00
|
--- derive_more-0.99.13/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||||
+++ derive_more-0.99.11/Cargo.toml 2021-03-29T16:10:06.886100+00:00
|
+++ derive_more-0.99.13/Cargo.toml 2021-04-20T20:41:10.649861+00:00
|
||||||
@@ -28,11 +28,6 @@
|
@@ -29,11 +29,6 @@
|
||||||
[lib]
|
|
||||||
name = "derive_more"
|
name = "derive_more"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
-
|
|
||||||
-[[example]]
|
-[[example]]
|
||||||
-name = "deny_missing_docs"
|
-name = "deny_missing_docs"
|
||||||
-path = "examples/deny_missing_docs.rs"
|
-path = "examples/deny_missing_docs.rs"
|
||||||
-required-features = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "index", "index_mut", "into", "mul_assign", "mul", "not", "try_into"]
|
-required-features = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "index", "index_mut", "into", "mul_assign", "mul", "not", "try_into", "is_variant"]
|
||||||
|
-
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "add_assign"
|
name = "add_assign"
|
||||||
@@ -166,7 +161,7 @@
|
path = "tests/add_assign.rs"
|
||||||
|
@@ -175,7 +170,7 @@
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[build-dependencies.rustc_version]
|
[build-dependencies.rustc_version]
|
||||||
-version = "0.2"
|
-version = "0.2"
|
||||||
+version = "0.3"
|
+version = "0.3"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
Reference in new issue