parent
32ebb93c1a
commit
b8fa717c89
@ -1,5 +0,0 @@
|
||||
[DEFAULT]
|
||||
summary = Count occurrences of a given byte, or the number of UTF-8 code points
|
||||
unwanted-features =
|
||||
generic-simd
|
||||
packed_simd
|
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
summary = "Count occurrences of a given byte, or the number of UTF-8 code points"
|
||||
|
||||
[features]
|
||||
hide = [
|
||||
"generic-simd",
|
||||
"packed_simd",
|
||||
]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (bytecount-0.6.3.crate) = 0c5f424329883726589e69842d2ac0767dc0b440d744a4452a14cbd449b8ca2e8117fa2978b4aa9b803a1a7cf79e9cf67e948057e8ee521e2422ca2e145ea670
|
||||
SHA512 (bytecount-0.6.4.crate) = c42367ed5aaddf903d7033dbacece46bc509f9be273a6f8bc11d0c409ad40d0be6425d7518cc19ec0540df806ef039454567cbe9c24284bba02e4f91b8473547
|
||||
|
Loading…
Reference in new issue