Update to version 1.0.33; Fixes RHBZ#2306034

epel10
Fabio Valentini 5 months ago
parent cab0e00134
commit e5ca35c3c2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/flate2-1.0.28.crate
/flate2-1.0.30.crate
/flate2-1.0.31.crate
/flate2-1.0.33.crate

@ -1,10 +1,10 @@
--- flate2-1.0.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.31/Cargo.toml 2024-08-09T10:40:17.703294+00:00
@@ -236,7 +236,3 @@
--- flate2-1.0.33/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.33/Cargo.toml 2024-09-18T16:52:48.118017+00:00
@@ -237,7 +237,3 @@
"libz-rs-sys",
]
-[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies.miniz_oxide]
-version = "0.7.1"
-version = "0.8.0"
-features = ["with-alloc"]
-default-features = false

@ -5,7 +5,7 @@
%global crate flate2
Name: rust-flate2
Version: 1.0.31
Version: 1.0.33
Release: %autorelease
Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams

@ -1 +1 @@
SHA512 (flate2-1.0.31.crate) = b211254e15b38663f080552598d61d6766d6e7abc45cbac8fbdb5af65b833d2d3fbc00b5748ee12d4fc71726ab84dda9da20b6916121735c7b1c6c9d7a09fa61
SHA512 (flate2-1.0.33.crate) = 59a871137518586f1d66810528595acad5ca763ec5acc100098a372194f55f33b48e59c0806fd237c644a6d797b5deb26c541fa871a1194ee3ac725da3b6d134

Loading…
Cancel
Save