mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Rename: primitives/sr-io -> primitives/sp-io (#4328)
* primitives/sr-io -> primitives/io * fix * rename * runtime-io -> sp-io * git mv * fix ci * remove package name * fix * fix * try minimizing diff * try minimizing diff again * try minimizing diff again
This commit is contained in:
committed by
Bastian Köcher
parent
1f84d6d41d
commit
4f2cdb20c1
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
wasmi = { version = "0.6.2", optional = true }
|
||||
primitives = { package = "sp-core", path = "../core", default-features = false }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
runtime-io = { package = "sp-io", path = "../sr-io", default-features = false }
|
||||
sp-io = { path = "../io", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -22,6 +22,6 @@ std = [
|
||||
"primitives/std",
|
||||
"sp-std/std",
|
||||
"codec/std",
|
||||
"runtime-io/std",
|
||||
"sp-io/std",
|
||||
]
|
||||
strict = []
|
||||
|
||||
@@ -18,7 +18,7 @@ use sp_std::{prelude::*, slice, marker, mem, vec, rc::Rc};
|
||||
use codec::{Decode, Encode};
|
||||
use primitives::sandbox as sandbox_primitives;
|
||||
use super::{Error, TypedValue, ReturnValue, HostFuncType};
|
||||
use runtime_io::sandbox;
|
||||
use sp_io::sandbox;
|
||||
|
||||
mod ffi {
|
||||
use sp_std::mem;
|
||||
|
||||
Reference in New Issue
Block a user