chore: Allow the activation of the meilidb-core i128 feature

This commit is contained in:
Clément Renault 2019-02-24 19:55:29 +01:00
parent d0786b4156
commit 3bcb1dc802
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE

View File

@ -33,7 +33,7 @@ rev = "306e201"
[features]
default = ["simd"]
i128 = ["bincode/i128"]
i128 = ["bincode/i128", "meilidb-core/i128"]
portable = ["rocksdb/portable"]
simd = ["rocksdb/sse"]
nightly = ["hashbrown/nightly", "slice-group-by/nightly"]