Update to version 1.4.0; Fixes RHBZ#2179503

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

1
.gitignore vendored

@ -13,3 +13,4 @@
/bstr-0.2.16.crate
/bstr-0.2.17.crate
/bstr-1.3.0.crate
/bstr-1.4.0.crate

@ -1,3 +0,0 @@
# rust-bstr
The rust-bstr package

@ -1,5 +1,5 @@
--- bstr-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.3.0/Cargo.toml 2023-02-20T15:59:35.969194+00:00
--- bstr-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.4.0/Cargo.toml 2023-03-18T14:31:09.450207+00:00
@@ -31,7 +31,7 @@
"text-processing",
"encoding",

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

@ -1 +1 @@
SHA512 (bstr-1.3.0.crate) = bacb9d8ef907853810bfa67efb670a98f76116af74161664ef11fc875f0b9f5f80423ee8af7db6a483f2c7cf70c13be3a36cbc1354698ea55405c684e9604253
SHA512 (bstr-1.4.0.crate) = 98dc7bdcc1a307eae2ed202b2b785a4ad27719c4b3289408edc710beabedb78d16b3042b41de04fca5dbdba19d8567df69c35431e33a3c02924820e1a601df36

Loading…
Cancel
Save