chore: Add the "portable" feature flag

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

View File

@ -34,6 +34,7 @@ git = "https://github.com/Kerollmops/group-by.git"
default = ["simd"]
i128 = ["bincode/i128", "byteorder/i128"]
simd = ["rocksdb/sse"]
portable = ["rocksdb/portable"]
[dev-dependencies]
csv = "1.0"