From 3bcb1dc802a0f2b7134c13fa73f951425cf6356e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Sun, 24 Feb 2019 19:55:29 +0100 Subject: [PATCH] chore: Allow the activation of the meilidb-core i128 feature --- meilidb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilidb/Cargo.toml b/meilidb/Cargo.toml index f903a8ac0..01538e878 100644 --- a/meilidb/Cargo.toml +++ b/meilidb/Cargo.toml @@ -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"]