mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 20:38:04 +00:00
Start using trie db
This commit is contained in:
@@ -14,3 +14,4 @@ std = [
|
||||
"runtime/std",
|
||||
"substrate-test-runtime/std",
|
||||
]
|
||||
wasm = ["runtime/wasm"]
|
||||
|
||||
Generated
+202
-2702
File diff suppressed because it is too large
Load Diff
@@ -12,10 +12,8 @@ crate-type = ["cdylib"]
|
||||
cumulus-test-runtime = { path = "..", default-features = false }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
std = [
|
||||
"cumulus-test-runtime/std",
|
||||
]
|
||||
default = ["wasm"]
|
||||
wasm = ["cumulus-test-runtime/wasm"]
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user