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
468 B

--- bytecount-0.5.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ bytecount-0.5.0/Cargo.toml 2019-02-10T09:24:13.905416+01:00
@@ -27,9 +27,6 @@
[[bench]]
name = "bench"
harness = false
-[dependencies.packed_simd]
-version = "0.3.1"
-optional = true
[dev-dependencies.criterion]
version = "0.2.7"
default-features = false
@@ -41,7 +38,6 @@
version = "0.6"
[features]
-generic-simd = ["packed_simd"]
html_report = []
runtime-dispatch-simd = []
[badges.appveyor]