Update to version 1.9.0; Fixes RHBZ#2256147

epel10
Fabio Valentini 1 year ago
parent bf40c7e137
commit dc0311ae0e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/bstr-1.6.2.crate /bstr-1.6.2.crate
/bstr-1.7.0.crate /bstr-1.7.0.crate
/bstr-1.8.0.crate /bstr-1.8.0.crate
/bstr-1.9.0.crate

@ -1,5 +1,5 @@
--- bstr-1.8.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- bstr-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.8.0/Cargo.toml 2023-11-09T21:25:33.111346+00:00 +++ bstr-1.9.0/Cargo.toml 2023-12-31T16:48:19.787939+00:00
@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
"text-processing", "text-processing",
"encoding", "encoding",

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

@ -1 +1 @@
SHA512 (bstr-1.8.0.crate) = 9b8828790f3e342e69bb92cb9231c7134188c168a9b67a8705dc2e3370b86885f99e4d47f21ff68afc9147968b0fbf5a293307b09f132dddc550d8cd576f1048 SHA512 (bstr-1.9.0.crate) = dc313a16c38ad881128977a20bb390e7c95a96d9530596433a7c4fd7f77d5fffd079d436006dd8d2bfc4aacdd7f0aff229504444250418f6aa3f8d6d4df9abba

Loading…
Cancel
Save