Update to version 0.8.18; Fixes RHBZ#2238105

epel9
Fabio Valentini 1 year ago
parent e4a71cdd96
commit edafc76bbc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/xml-rs-0.8.15.crate
/xml-rs-0.8.16.crate
/xml-rs-0.8.17.crate
/xml-rs-0.8.18.crate

@ -5,7 +5,7 @@
%global crate xml-rs
Name: rust-xml-rs
Version: 0.8.17
Version: 0.8.18
Release: %autorelease
Summary: XML library in pure Rust

@ -1 +1 @@
SHA512 (xml-rs-0.8.17.crate) = a4faf1ad429ea3a9b46e6decb69f4be68609a1c112dcaf39cf8335c4f23c5ff9bf37eb364085d0c1aaecd1044c778fa58c848a95eaa0f3e7f100f89f387e9830
SHA512 (xml-rs-0.8.18.crate) = d6b84d9e5704a30f97a56bc5b917f4df46b6ff6bb18d93442bab3362e8c12b9bfa2bedc1fc77026ad66e686082ad4fa51fa63ba9ab8cda935f05e809cc7a359c

@ -1,5 +1,5 @@
--- xml-rs-0.8.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ xml-rs-0.8.17/Cargo.toml 2023-09-05T20:54:42.627357+00:00
--- xml-rs-0.8.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ xml-rs-0.8.18/Cargo.toml 2023-09-19T12:35:10.435385+00:00
@@ -47,9 +47,5 @@
name = "xml"
path = "src/lib.rs"

Loading…
Cancel
Save