mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 12:28:01 +00:00
Migrate executor, xinherens, keyring and keystore to 2018 edition (#1585)
This commit is contained in:
committed by
Gav Wood
parent
ecffe0c371
commit
e6839d2d41
@@ -2,13 +2,14 @@
|
||||
name = "runtime-test"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
sr-io = { path = "../../sr-io", version = "0.1", default-features = false }
|
||||
sr-sandbox = { path = "../../sr-sandbox", version = "0.1", default-features = false }
|
||||
runtime_io = { package = "sr-io", path = "../../sr-io", version = "0.1", default-features = false }
|
||||
sandbox = { package = "sr-sandbox", path = "../../sr-sandbox", version = "0.1", default-features = false }
|
||||
substrate-primitives = { path = "../../primitives", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
|
||||
@@ -6,10 +6,6 @@ extern crate alloc;
|
||||
use alloc::vec::Vec;
|
||||
use alloc::slice;
|
||||
|
||||
extern crate sr_io as runtime_io;
|
||||
extern crate sr_sandbox as sandbox;
|
||||
extern crate substrate_primitives;
|
||||
|
||||
use runtime_io::{
|
||||
set_storage, storage, clear_prefix, print, blake2_256,
|
||||
twox_128, twox_256, ed25519_verify, enumerated_trie_root
|
||||
|
||||
Reference in New Issue
Block a user