mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 02:21:03 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user