From b6abeaac78aac740a8d9e4310e00989b7b23e733 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Fri, 8 Jan 2021 11:19:40 +0100 Subject: [PATCH] Enable lightstore-sled feature by default --- light-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml index 8683dc4b1..abb316415 100644 --- a/light-client/Cargo.toml +++ b/light-client/Cargo.toml @@ -29,7 +29,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] -default = ["rpc-client"] +default = ["rpc-client", "lightstore-sled"] rpc-client = ["tokio", "tendermint-rpc/http-client"] secp256k1 = ["tendermint/secp256k1", "tendermint-rpc/secp256k1"] lightstore-sled = ["sled"]