chore: Add the "simd" feature flag by default

This commit is contained in:
Clément Renault 2018-12-10 19:58:42 +01:00
parent 4bb80c1460
commit df120df1cc
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE

View File

@ -31,9 +31,9 @@ git = "https://github.com/pingcap/rust-rocksdb.git"
git = "https://github.com/Kerollmops/group-by.git"
[features]
default = []
default = ["simd"]
i128 = ["bincode/i128", "byteorder/i128"]
sse = ["rocksdb/sse"]
simd = ["rocksdb/sse"]
[dev-dependencies]
csv = "1.0"