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,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]

@ -5,8 +5,8 @@
%global crate derive_more %global crate derive_more
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.99.11 Version: 0.99.13
Release: 3%{?dist} Release: 1%{?dist}
Summary: Adds #[derive(x)] macros for more traits Summary: Adds #[derive(x)] macros for more traits
# Upstream license specification: MIT # Upstream license specification: MIT
@ -411,6 +411,9 @@ which use "try_into" feature of "%{crate}" crate.
%endif %endif
%changelog %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 * 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 - Bump rustc_version to 0.3

Loading…
Cancel
Save