Update to version 0.8.17; Fixes RHBZ#2237266

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/xml-rs-0.8.14.crate
/xml-rs-0.8.15.crate
/xml-rs-0.8.16.crate
/xml-rs-0.8.17.crate

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

@ -1 +1 @@
SHA512 (xml-rs-0.8.16.crate) = 1660f0e0e17b5ba401c17d19856fec55fd02b75de3ba3cb1327ac295503990597ac7a2cf5b8ad0473c1d67b01aee673f29dcadb3cdfa4a7c790a44b892f2da4e
SHA512 (xml-rs-0.8.17.crate) = a4faf1ad429ea3a9b46e6decb69f4be68609a1c112dcaf39cf8335c4f23c5ff9bf37eb364085d0c1aaecd1044c778fa58c848a95eaa0f3e7f100f89f387e9830

@ -1,6 +1,6 @@
--- xml-rs-0.8.16/Cargo.toml 1970-01-01T00:00:01+00:00
+++ xml-rs-0.8.16/Cargo.toml 2023-07-21T14:59:12.529542+00:00
@@ -46,10 +46,6 @@
--- 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
@@ -47,9 +47,5 @@
name = "xml"
path = "src/lib.rs"
@ -8,6 +8,5 @@
-name = "xml-analyze"
-path = "src/analyze.rs"
-
[dev-dependencies.doc-comment]
version = "0.3"
[badges.maintenance]
status = "actively-developed"

Loading…
Cancel
Save