From 5bebd4469c5c0e497232a3ade99699ab47500da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Mon, 10 Dec 2018 19:59:24 +0100 Subject: [PATCH] chore: Add the "portable" feature flag --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"