Skip to content

Commit

Permalink
Enable lightstore-sled feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jan 11, 2021
1 parent 1ff1ba1 commit b6abeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b6abeaa

Please sign in to comment.