Update to version 1.10.0; Fixes RHBZ#2299852

epel10
Fabio Valentini 7 months ago
parent 706f58af5e
commit eac0abc3c2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/bstr-1.8.0.crate
/bstr-1.9.0.crate
/bstr-1.9.1.crate
/bstr-1.10.0.crate

@ -1,6 +1,6 @@
--- bstr-1.9.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.9.1/Cargo.toml 2024-04-13T07:02:26.507063+00:00
@@ -34,7 +34,7 @@
--- bstr-1.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.10.0/Cargo.toml 2024-07-26T17:42:17.387824+00:00
@@ -39,7 +39,7 @@
"text-processing",
"encoding",
]

@ -5,7 +5,7 @@
%global crate bstr
Name: rust-bstr
Version: 1.9.1
Version: 1.10.0
Release: %autorelease
Summary: String type that is not required to be valid UTF-8

@ -1 +1 @@
SHA512 (bstr-1.9.1.crate) = 67e9f76719310de60f46adf3c39768b4dc078d4c32dc6bdcec1a94cd9f630c5238e427ed84cd6ec25a44f54e84adeb795a0e92060a5372d9fb9ad9f0914e3172
SHA512 (bstr-1.10.0.crate) = 823abdbda9b13802facc7d6b1ed9ad809ed3b0b827d26e418348ffb8481b5f5735f129c5a9a8c7b2ab010d7f32ca57cba69a1ee10a64225c54c6ceacd22c05d2

Loading…
Cancel
Save