mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 09:01:02 +00:00
fully refactor runtime-std to use conditional compilation
This commit is contained in:
@@ -7,4 +7,4 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
runtime-std = { path = "../std", version = "0.1" }
|
||||
polkadot-runtime-std = { path = "../../runtime-std", version = "0.1", default_features = false }
|
||||
|
||||
@@ -7,7 +7,7 @@ extern crate alloc;
|
||||
use alloc::vec::Vec;
|
||||
|
||||
#[macro_use]
|
||||
extern crate runtime_std;
|
||||
extern crate polkadot_runtime_std as runtime_std;
|
||||
use runtime_std::{set_storage, storage, print, blake2_256, twox_128, twox_256, ed25519_verify};
|
||||
|
||||
fn test_blake2_256(input: &[u8]) -> Vec<u8> {
|
||||
|
||||
Reference in New Issue
Block a user