mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
Support custom runtime interfaces in native executor (#4129)
This makes it possible to use custom runtime interfaces within your runtime by registering them at the native executor.
This commit is contained in:
Generated
+1
@@ -5760,6 +5760,7 @@ dependencies = [
|
||||
"substrate-runtime-test 2.0.0",
|
||||
"substrate-serializer 2.0.0",
|
||||
"substrate-state-machine 2.0.0",
|
||||
"substrate-test-runtime 2.0.0",
|
||||
"substrate-trie 2.0.0",
|
||||
"substrate-wasm-interface 2.0.0",
|
||||
"test-case 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
Reference in New Issue
Block a user