Update pulldown-cmark to 0.8

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.9.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple crate for ensuring that version numbers in README files are updated
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/version-sync
Source: %{crates_source}
# Initial patched metadata
# * Update pulldown-cmark to 0.8, https://github.com/mgeisler/version-sync/pull/94
Patch0: version-sync-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -72,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Dec 25 11:59:11 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.1-2
- Update pulldown-cmark to 0.8
* Sat Aug 29 19:40:07 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.1-1
- Update to 0.9.1

@ -0,0 +1,11 @@
--- version-sync-0.9.1/Cargo.toml 2020-07-07T18:09:38+00:00
+++ version-sync-0.9.1/Cargo.toml 2020-12-25T10:59:11.024287+00:00
@@ -28,7 +28,7 @@
features = ["span-locations"]
[dependencies.pulldown-cmark]
-version = "0.7"
+version = "0.8"
default-features = false
[dependencies.regex]
Loading…
Cancel
Save