Update to version 1.6.2; Fixes RHBZ#2235790

epel9
Fabio Valentini 1 year ago
parent 963e4fcbd6
commit e6c0be7771
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/bstr-1.4.0.crate
/bstr-1.5.0.crate
/bstr-1.6.0.crate
/bstr-1.6.2.crate

@ -1,6 +1,6 @@
--- 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 @@
--- bstr-1.6.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.6.2/Cargo.toml 2023-08-30T13:14:23.570524+00:00
@@ -34,7 +34,7 @@
"text-processing",
"encoding",
]

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

@ -1 +1 @@
SHA512 (bstr-1.6.0.crate) = 094e914ae7087caa6f340a1e26d0ca94927b1c92f0d7f907e4472b3b5c142b63b14759056d537d04be6a7901103fdd47b14f3c6315f68e8c8266155d133cb1dc
SHA512 (bstr-1.6.2.crate) = 2661f453d3b529fa90a52da26b0c373df7e077b5503ff9e8dc4ac17ae546817a41b7353d3517a94d89b3b0bc4409740c6fe14b7dc78fd1aaa2a3f5888ce10057

Loading…
Cancel
Save