mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 04:31:08 +00:00
sp-sandbox: move the sandbox module of sp-core into sp-sandbox (#11027)
* sp-sandbox: move the sandbox module of sp-core into sp-sandbox Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Fix Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Fix Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Generated
+3
-3
@@ -8618,8 +8618,8 @@ dependencies = [
|
||||
"environmental",
|
||||
"parity-scale-codec",
|
||||
"sc-allocator",
|
||||
"sp-core",
|
||||
"sp-maybe-compressed-blob",
|
||||
"sp-sandbox",
|
||||
"sp-serializer",
|
||||
"sp-wasm-interface",
|
||||
"thiserror",
|
||||
@@ -8637,8 +8637,8 @@ dependencies = [
|
||||
"sc-allocator",
|
||||
"sc-executor-common",
|
||||
"scoped-tls",
|
||||
"sp-core",
|
||||
"sp-runtime-interface",
|
||||
"sp-sandbox",
|
||||
"sp-wasm-interface",
|
||||
"wasmi",
|
||||
]
|
||||
@@ -8655,9 +8655,9 @@ dependencies = [
|
||||
"sc-allocator",
|
||||
"sc-executor-common",
|
||||
"sc-runtime-test",
|
||||
"sp-core",
|
||||
"sp-io",
|
||||
"sp-runtime-interface",
|
||||
"sp-sandbox",
|
||||
"sp-wasm-interface",
|
||||
"wasmtime",
|
||||
"wat",
|
||||
|
||||
Reference in New Issue
Block a user