Update to version 1.6.0; Fixes RHBZ#2219875

epel10
Fabio Valentini 2 years ago
parent 3ef0d9ba82
commit 8cd28fb880
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/bstr-1.3.0.crate
/bstr-1.4.0.crate
/bstr-1.5.0.crate
/bstr-1.6.0.crate

@ -1,5 +1,5 @@
--- bstr-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.5.0/Cargo.toml 2023-05-22T21:31:16.267365+00:00
--- bstr-1.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.6.0/Cargo.toml 2023-07-05T19:10:10.323406+00:00
@@ -31,7 +31,7 @@
"text-processing",
"encoding",

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

@ -1 +1 @@
SHA512 (bstr-1.5.0.crate) = 6bd1be4fd785f7e576b4ae4a7203b1c1ff698d01f56b1f09b40dc1629f0ba7c958bfa9f6ca3cceef4fb51120707ae0fac9622126e1cdc477ee0802a57b34cd13
SHA512 (bstr-1.6.0.crate) = 094e914ae7087caa6f340a1e26d0ca94927b1c92f0d7f907e4472b3b5c142b63b14759056d537d04be6a7901103fdd47b14f3c6315f68e8c8266155d133cb1dc

Loading…
Cancel
Save