parent
5bbe2ae84e
commit
ecf0521ee4
@ -1,20 +1,21 @@
|
|||||||
--- bytecount-0.3.1/Cargo.toml 1970-01-01T01:00:00+01:00
|
--- bytecount-0.3.2/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
+++ bytecount-0.3.1/Cargo.toml 2018-01-31T09:48:52.587868+01:00
|
+++ bytecount-0.3.2/Cargo.toml 2018-08-10T14:18:26.466722+02:00
|
||||||
@@ -26,9 +26,6 @@
|
@@ -26,9 +26,6 @@
|
||||||
|
[[bench]]
|
||||||
name = "bench"
|
name = "bench"
|
||||||
path = "benches/bench.rs"
|
|
||||||
harness = false
|
harness = false
|
||||||
-[dependencies.simd]
|
-[dependencies.simd]
|
||||||
-version = "0.2.0"
|
-version = "0.2.0"
|
||||||
-optional = true
|
-optional = true
|
||||||
[dev-dependencies.bencher]
|
[dev-dependencies.criterion]
|
||||||
version = "0.1.4"
|
version = "0.2.4"
|
||||||
|
|
||||||
@@ -39,8 +36,6 @@
|
@@ -39,9 +36,7 @@
|
||||||
version = "0.4"
|
version = "0.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
-avx-accel = ["simd-accel"]
|
-avx-accel = ["simd-accel"]
|
||||||
|
html_report = []
|
||||||
-simd-accel = ["simd"]
|
-simd-accel = ["simd"]
|
||||||
[badges.appveyor]
|
[badges.appveyor]
|
||||||
repository = "llogiq/bytecount"
|
repository = "llogiq/bytecount"
|
Loading…
Reference in new issue