Bump cargo_metadata to 0.9

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent f0371380b2
commit b1cca7adda

@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.13.4 Version: 0.13.4
Release: 5%{?dist} Release: 6%{?dist}
Summary: Test your Rust markdown documentation via Cargo Summary: Test your Rust markdown documentation via Cargo
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -16,7 +16,7 @@ URL: https://crates.io/crates/skeptic
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# - Bump bytecount to 0.6 https://github.com/budziq/rust-skeptic/pull/109 # - Bump bytecount to 0.6 https://github.com/budziq/rust-skeptic/pull/109
# - Bump cargo_metadata to 0.8 https://github.com/budziq/rust-skeptic/pull/107 # - Bump cargo_metadata to 0.9 https://github.com/budziq/rust-skeptic/pull/107
# - Bump glob to 0.3 (upstreamed) # - Bump glob to 0.3 (upstreamed)
# - Bump pulldown-cmark to 0.6 https://github.com/budziq/rust-skeptic/pull/108 # - Bump pulldown-cmark to 0.6 https://github.com/budziq/rust-skeptic/pull/108
Patch0: skeptic-fix-metadata.diff Patch0: skeptic-fix-metadata.diff
@ -80,6 +80,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Dec 15 15:00:04 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.13.4-6
- Bump cargo_metadata to 0.9
* Fri Sep 13 17:49:45 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.13.4-5 * Fri Sep 13 17:49:45 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.13.4-5
- Bump bytecount to 0.6 - Bump bytecount to 0.6
- Bump pulldown-cmark to 0.6 - Bump pulldown-cmark to 0.6

@ -9,7 +9,7 @@
[dependencies.cargo_metadata] [dependencies.cargo_metadata]
-version = "0.6" -version = "0.6"
+version = "0.8" +version = "0.9"
[dependencies.error-chain] [dependencies.error-chain]
version = "0.12" version = "0.12"

Loading…
Cancel
Save