Update to version 0.6.7; Fixes RHBZ#2245599

epel9 imports/e9/rust-bytecount-0.6.7-1.el9
Fabio Valentini 1 year ago
parent b8fa717c89
commit 1f0198977a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/bytecount-0.6.2.crate
/bytecount-0.6.3.crate
/bytecount-0.6.4.crate
/bytecount-0.6.7.crate

@ -1,13 +1,20 @@
--- bytecount-0.6.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bytecount-0.6.4/Cargo.toml 2023-10-08T13:28:58.674059+00:00
@@ -41,10 +41,6 @@
--- bytecount-0.6.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bytecount-0.6.7/Cargo.toml 2023-11-10T16:43:58.056599+00:00
@@ -33,17 +33,9 @@
[lib]
bench = false
-[[bench]]
-name = "bench"
-harness = false
-
[dependencies.packed_simd]
version = "0.3.8"
optional = true
-
-[dev-dependencies.criterion]
-version = "0.4"
-default-features = false
-
[dev-dependencies.quickcheck]
version = "1.0"

@ -5,7 +5,7 @@
%global crate bytecount
Name: rust-bytecount
Version: 0.6.4
Version: 0.6.7
Release: %autorelease
Summary: Count occurrences of a given byte, or the number of UTF-8 code points

@ -1 +1 @@
SHA512 (bytecount-0.6.4.crate) = c42367ed5aaddf903d7033dbacece46bc509f9be273a6f8bc11d0c409ad40d0be6425d7518cc19ec0540df806ef039454567cbe9c24284bba02e4f91b8473547
SHA512 (bytecount-0.6.7.crate) = afd46ec3f60022a173b57dd954a06c7c86f21fc153a0ee6fc2052ada5a630515a386bc8344680ced57dd19a205480c694b9a04a6da0660b6e854b4a712604d53

Loading…
Cancel
Save