diff --git a/Cargo.toml b/Cargo.toml index 5e98ff5a3..4a9ab3d1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"