update to version 0.99.13

epel9
Fabio Valentini 4 years ago
parent 5f3880c781
commit 2c59113bd3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,18 +1,18 @@
--- derive_more-0.99.11/Cargo.toml 2020-09-30T19:02:26+00:00
+++ derive_more-0.99.11/Cargo.toml 2021-03-29T16:10:06.886100+00:00
@@ -28,11 +28,6 @@
[lib]
--- derive_more-0.99.13/Cargo.toml 1970-01-01T00:00:00+00:00
+++ derive_more-0.99.13/Cargo.toml 2021-04-20T20:41:10.649861+00:00
@@ -29,11 +29,6 @@
name = "derive_more"
proc-macro = true
-
-[[example]]
-name = "deny_missing_docs"
-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]]
name = "add_assign"
@@ -166,7 +161,7 @@
path = "tests/add_assign.rs"
@@ -175,7 +170,7 @@
optional = true
[build-dependencies.rustc_version]

@ -5,8 +5,8 @@
%global crate derive_more
Name: rust-%{crate}
Version: 0.99.11
Release: 3%{?dist}
Version: 0.99.13
Release: 1%{?dist}
Summary: Adds #[derive(x)] macros for more traits
# Upstream license specification: MIT
@ -411,6 +411,9 @@ which use "try_into" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 10 2021 Fabio Valentini <decathorpe@gmail.com> - 0.99.13-1
- Update to version 0.99.13.
* Mon Mar 29 18:05:23 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.99.11-3
- Bump rustc_version to 0.3

Loading…
Cancel
Save