You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-bytecount/bytecount-fix-metadata.diff

21 lines
399 B

--- 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"