This commit is contained in:
thiolliere
2019-08-29 17:43:04 +02:00
committed by GitHub
parent 9900562389
commit 26202c66f7
14 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
serde = { version = "1.0", optional = true }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
sr-std = { path = "../../core/sr-std", default-features = false }
rstd = { package = "sr-std", path = "../../core/sr-std", default-features = false }
sr-io = { path = "../../core/sr-io", default-features = false }
sr-primitives = { path = "../../core/sr-primitives", default-features = false }
srml-support = { path = "../support", default-features = false }
@@ -23,7 +23,7 @@ default = ["std"]
std = [
"serde",
"codec/std",
"sr-std/std",
"rstd/std",
"sr-io/std",
"sr-primitives/std",
"srml-support/std",
+1 -1
View File
@@ -86,7 +86,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
use sr_std::prelude::*;
use rstd::prelude::*;
use sr_primitives::traits::StaticLookup;
use sr_primitives::weights::SimpleDispatchInfo;
use srml_support::{