Updated for the new db (#996)

* Updated for the new db

* Bumped version

* Sort out features

* Update to substrate master
This commit is contained in:
Arkadiy Paronyan
2020-04-15 15:08:51 +02:00
committed by GitHub
parent c6134cf91a
commit 280bf3928a
5 changed files with 290 additions and 254 deletions
+2 -2
View File
@@ -39,9 +39,9 @@ browser-utils = { package = "substrate-browser-utils", git = "https://github.com
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
[features]
default = [ "wasmtime", "rocksdb", "cli" ]
default = [ "wasmtime", "db", "cli" ]
wasmtime = [ "sc-cli/wasmtime" ]
rocksdb = [ "service/rocksdb" ]
db = [ "service/db" ]
cli = [
"tokio",
"sc-cli",