Update to version 0.4.3 (rhbz#2248581)

epel9 imports/e9/rust-str_indices-0.4.3-1.el9
blinxen 1 year ago
parent 040dbf3b32
commit 71c9a2b6dd

1
.gitignore vendored

@ -1,2 +1,3 @@
/str_indices-0.4.1.crate
/str_indices-0.4.2.crate
/str_indices-0.4.3.crate

@ -5,7 +5,7 @@
%global crate str_indices
Name: rust-str_indices
Version: 0.4.2
Version: 0.4.3
Release: %autorelease
Summary: Count and convert between indexing schemes on string slices
@ -66,8 +66,6 @@ use the "simd" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
# See: https://github.com/cessen/str_indices/pull/22
chmod -x benches/all.rs
%generate_buildrequires
%cargo_generate_buildrequires

@ -1,2 +1 @@
SHA512 (str_indices-0.4.1.crate) = 3ef64bde04a57e5946854f7b2adc7fb8cd01d885046b0b31d02f2155e3c3b29d2004d55cf69d54c3bbba661487a9dfd351a41144603838cc15391e3dcacf69a0
SHA512 (str_indices-0.4.2.crate) = 0ad9ef81d44b634e33210755a197b1740d87bba5b25f3c886b34c68a04682f8cf715e0cffc81984f698bd6df42c39be700bd5f08f406162d3373322208df4ffd
SHA512 (str_indices-0.4.3.crate) = 5db263130eb605f4a2ee9bbb34ea21e0989d87ab2d6b7cf1a3ae6e756956970b0cb6e8f45d2e935e81c3abe7172e93ac682f4aaad464d171263aa306235033cd

@ -1,5 +1,5 @@
--- str_indices-0.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ str_indices-0.4.2/Cargo.toml 2023-10-19T16:42:54.958020+00:00
--- str_indices-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ str_indices-0.4.3/Cargo.toml 2023-11-07T20:20:56.010316+00:00
@@ -40,10 +40,6 @@
[dependencies]

Loading…
Cancel
Save