Update to version 0.36.2; Fixes RHBZ#2313829

epel10 imports/epel10/rust-quick-xml-0.36.2-1.el10
Fabio Valentini 4 months ago
parent 6db64d6fbd
commit a6b5ccd074
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/quick-xml-0.31.0.crate /quick-xml-0.31.0.crate
/quick-xml-0.34.0.crate /quick-xml-0.34.0.crate
/quick-xml-0.36.1.crate /quick-xml-0.36.1.crate
/quick-xml-0.36.2.crate

@ -1,29 +1,12 @@
--- quick-xml-0.36.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- quick-xml-0.36.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quick-xml-0.36.1/Cargo.toml 2024-08-13T16:51:30.738704+00:00 +++ quick-xml-0.36.2/Cargo.toml 2024-10-07T14:09:46.812407+00:00
@@ -99,16 +99,6 @@ @@ -77,9 +77,6 @@
path = "tests/async-tokio.rs"
required-features = ["async-tokio"]
-[[bench]]
-name = "microbenches"
-path = "benches/microbenches.rs"
-harness = false
-
-[[bench]]
-name = "macrobenches"
-path = "benches/macrobenches.rs"
-harness = false
-
[dependencies.arbitrary]
version = "1"
features = ["derive"]
@@ -134,9 +124,6 @@
features = ["io-util"]
optional = true optional = true
default-features = false default-features = false
-
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.4" -version = "0.4"
-
[dev-dependencies.pretty_assertions] [dev-dependencies.pretty_assertions]
version = "1.4" version = "1.4"

@ -5,7 +5,7 @@
%global crate quick-xml %global crate quick-xml
Name: rust-quick-xml Name: rust-quick-xml
Version: 0.36.1 Version: 0.36.2
Release: %autorelease Release: %autorelease
Summary: High performance xml reader and writer Summary: High performance xml reader and writer

@ -1 +1 @@
SHA512 (quick-xml-0.36.1.crate) = 21233a50b5ec45db623d4043e03962a19f10cae36fcf3074c32eec3c007a59310ab884352b6c880632535164745fbbf2985d27cd549d50b509f97395a0d48248 SHA512 (quick-xml-0.36.2.crate) = 7cd4778dbb1f50fdfd7290241fbb42c8529f7d44c2633cac017657010d0d443024f049287e1a1806f5bebe46465549973cccc660959c587fe383490a150ddcdc

Loading…
Cancel
Save