Update to 0.99.7

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent c7a24fecec
commit fc152afd0e
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -4,3 +4,4 @@
/derive_more-0.99.3.crate /derive_more-0.99.3.crate
/derive_more-0.99.5.crate /derive_more-0.99.5.crate
/derive_more-0.99.6.crate /derive_more-0.99.6.crate
/derive_more-0.99.7.crate

@ -1,12 +1,14 @@
--- derive_more-0.99.5/Cargo.toml 2020-03-28T14:03:40+00:00 --- derive_more-0.99.7/Cargo.toml 2020-05-16T00:34:13+00:00
+++ derive_more-0.99.5/Cargo.toml 2020-03-29T08:06:35.319184+00:00 +++ derive_more-0.99.7/Cargo.toml 2020-05-16T17:40:36.338707+00:00
@@ -29,9 +29,6 @@ @@ -28,11 +28,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"]
[[test]] [[test]]
name = "add_assign"

@ -5,7 +5,7 @@
%global crate derive_more %global crate derive_more
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.99.6 Version: 0.99.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Adds #[derive(x)] macros for more traits Summary: Adds #[derive(x)] macros for more traits
@ -386,6 +386,9 @@ which use "try_into" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat May 16 19:40:36 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.99.7-1
- Update to 0.99.7
* Thu May 14 2020 Josh Stone <jistone@redhat.com> - 0.99.6-1 * Thu May 14 2020 Josh Stone <jistone@redhat.com> - 0.99.6-1
- Update to 0.99.6 - Update to 0.99.6

@ -1 +1 @@
SHA512 (derive_more-0.99.6.crate) = 6d44d5c8fab3b433e6251a5ce439b173f317863d04b70b6f105eb24921c53914aa3da33b7f16baea16843e4cc0d0ddd625d74bf1ff15dd01156fab19a90369d3 SHA512 (derive_more-0.99.7.crate) = 50fd30c0ce3d39d4b26f3586419243fca53af6d764cd25d0a5254e2dd05e31f66bfca6b7ae203491f204360a07d305314a25c7cb9fc384d97812516bd9b53079

Loading…
Cancel
Save