Bump to md5 0.7

epel9
Josh Stone 5 years ago
parent 4e2c164e82
commit 6847385ea2

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.8.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library to generate and parse UUIDs
# Upstream license specification: Apache-2.0 OR MIT
@ -15,6 +15,7 @@ URL: https://crates.io/crates/uuid
Source: %{crates_source}
# Initial patched metadata
# * No windows
# * Bump to md5 0.7, https://github.com/uuid-rs/uuid/pull/442
Patch0: uuid-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -194,6 +195,9 @@ which use "v5" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 0.8.1-2
- Bump to md5 0.7
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 0.8.1-1
- Update to 0.8.1

@ -1,5 +1,14 @@
--- uuid-0.8.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ uuid-0.8.1/Cargo.toml 2020-01-16T18:28:31.119399+00:00
+++ uuid-0.8.1/Cargo.toml 2020-01-16T22:06:38.036466+00:00
@@ -31,7 +31,7 @@
[package.metadata.playground]
features = ["serde", "v1", "v3", "v4", "v5"]
[dependencies.md5]
-version = "0.6"
+version = "0.7"
optional = true
[dependencies.rand]
@@ -65,17 +65,11 @@
[features]

Loading…
Cancel
Save