From 2b616c2fae733d967d48e26bf6e022e039fceb6b Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Sat, 8 May 2021 16:32:24 +0200 Subject: [PATCH] mod(kv_typed): remove sled compression --- tools/kv_typed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kv_typed/Cargo.toml b/tools/kv_typed/Cargo.toml index 6e0eacd..8dc44bb 100644 --- a/tools/kv_typed/Cargo.toml +++ b/tools/kv_typed/Cargo.toml @@ -22,7 +22,7 @@ paste = "1.0.2" rayon = { version = "1.3.1", optional = true } regex = { version = "1.3.9", optional = true } serde_json = { version = "1.0.53", optional = true } -sled = { version = "0.34.6", optional = true, features = ["compression"] } +sled = { version = "0.34.6", optional = true } smallvec = { version = "1.4.0", features = ["serde", "write"] } thiserror = "1.0.20" uninit = "0.4.0" -- GitLab