Update to version 0.8.14; Fixes RHBZ#2211792

epel9
Fabio Valentini 2 years ago
parent 16f452ae78
commit 9daae9ea5c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/xml-rs-0.8.7.crate
/xml-rs-0.8.11.crate
/xml-rs-0.8.13.crate
/xml-rs-0.8.14.crate

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

@ -1 +1 @@
SHA512 (xml-rs-0.8.13.crate) = a9cb7e500ef9c30d5484134e889a30d469765f3169aeaad73e78b453c6f365599caffbb96150d35240ae9bdf7a0e597f32b4f6eb46cbd52c64dfda00bd040a2a
SHA512 (xml-rs-0.8.14.crate) = b7f53a0cd7619d0aa0c4071bad43593175c4cd4733cb23a0097ad84c3a50884214082494a64284c33538d627907bf5cc51d32582be38cc7a8f4f345757537e1e

@ -1,5 +1,5 @@
--- xml-rs-0.8.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ xml-rs-0.8.13/Cargo.toml 2023-05-29T17:54:38.066680+00:00
--- xml-rs-0.8.14/Cargo.toml 1970-01-01T00:00:01+00:00
+++ xml-rs-0.8.14/Cargo.toml 2023-06-12T11:56:28.245369+00:00
@@ -46,10 +46,6 @@
name = "xml"
path = "src/lib.rs"

Loading…
Cancel
Save