From 2a35d72fe2261e4fe45a19beff76a2c3c955d232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Mon, 3 Dec 2018 16:47:22 +0100 Subject: [PATCH] feat: Add the "i128" feature flag to allow some i128 support --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3ac785356..5416c9cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,7 @@ git = "https://github.com/Kerollmops/group-by.git" [features] default = [] +i128 = ["bincode/i128", "byteorder/i128"] sse = ["rocksdb/sse"] [dev-dependencies]