Update to version 1.5.0; Fixes RHBZ#2208840

epel9
Fabio Valentini 2 years ago
parent 931e22ff4f
commit 4c0e93c9a5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/bstr-0.2.17.crate /bstr-0.2.17.crate
/bstr-1.3.0.crate /bstr-1.3.0.crate
/bstr-1.4.0.crate /bstr-1.4.0.crate
/bstr-1.5.0.crate

@ -1,5 +1,5 @@
--- bstr-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- bstr-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.4.0/Cargo.toml 2023-03-18T14:31:09.450207+00:00 +++ bstr-1.5.0/Cargo.toml 2023-05-22T21:31:16.267365+00:00
@@ -31,7 +31,7 @@ @@ -31,7 +31,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.4.0 Version: 1.5.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.4.0.crate) = 98dc7bdcc1a307eae2ed202b2b785a4ad27719c4b3289408edc710beabedb78d16b3042b41de04fca5dbdba19d8567df69c35431e33a3c02924820e1a601df36 SHA512 (bstr-1.5.0.crate) = 6bd1be4fd785f7e576b4ae4a7203b1c1ff698d01f56b1f09b40dc1629f0ba7c958bfa9f6ca3cceef4fb51120707ae0fac9622126e1cdc477ee0802a57b34cd13

Loading…
Cancel
Save