mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
Test compiled wasm code in test-runtime (#1364)
* Test compiled wasm code in test-runtime * Drop lazy_static * Move substrate-executor to dev-dependencies
This commit is contained in:
@@ -20,6 +20,9 @@ sr-primitives = { path = "../sr-primitives", default-features = false }
|
||||
sr-version = { path = "../sr-version", default-features = false }
|
||||
srml-support = { path = "../../srml/support", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-executor = { path = "../executor" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
|
||||
Reference in New Issue
Block a user