Pass the simd-accel feature to encoding_rs

This commit is contained in:
Henri Sivonen
2017-08-20 09:35:02 +03:00
committed by Andrew Gallant
parent 3d9acdab18
commit fe7fe74b0a
2 changed files with 8 additions and 1 deletions

View File

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