summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenri Sivonen <hsivonen@hsivonen.fi>2017-08-20 09:35:02 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-08-20 08:42:31 -0400
commitfe7fe74b0a9f2a389983307c783e6cbb468df2e1 (patch)
treeaf7de8729987c9d188d062a01a5d700b733af8f0 /Cargo.toml
parent3d9acdab189006880e9d4ccdbe9ae42b164901ec (diff)
Pass the simd-accel feature to encoding_rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b88d560f..15531296 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ lazy_static = "0.2"
[features]
avx-accel = ["bytecount/avx-accel"]
-simd-accel = ["bytecount/simd-accel", "regex/simd-accel"]
+simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"]
[profile.release]
debug = true