mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Remove the wasmtime feature flag (#12684)
* Remove the `wasmtime` feature flag * rustfmt
This commit is contained in:
@@ -51,6 +51,5 @@ sp-version = { version = "5.0.0", path = "../../primitives/version" }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[features]
|
||||
default = ["rocksdb", "wasmtime"]
|
||||
default = ["rocksdb"]
|
||||
rocksdb = ["sc-client-db/rocksdb"]
|
||||
wasmtime = ["sc-service/wasmtime"]
|
||||
|
||||
Reference in New Issue
Block a user