Bump to proc-macro-error 1.0.0

epel9
Josh Stone 5 years ago
parent 93a4f4c0cf
commit 21d9fcaacc

@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.4.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/structopt-derive
Source: %{crates_source}
# Initial patched metadata
# * Bump to proc-macro-error 1.0.0, https://github.com/TeXitoi/structopt/pull/373
Patch0: structopt-derive-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -82,6 +85,9 @@ which use "paw" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 0.4.5-2
- Bump to proc-macro-error 1.0.0
* Wed Mar 18 2020 Josh Stone <jistone@redhat.com> - 0.4.5-1
- Update to 0.4.5

@ -0,0 +1,11 @@
--- structopt-derive-0.4.5/Cargo.toml 2020-03-18T18:54:35+00:00
+++ structopt-derive-0.4.5/Cargo.toml 2020-04-08T21:09:47.679398+00:00
@@ -28,7 +28,7 @@
version = "0.3.0"
[dependencies.proc-macro-error]
-version = "0.4.7"
+version = "1.0.0"
[dependencies.proc-macro2]
version = "1"
Loading…
Cancel
Save