From 4c57c23db888aa95761273206ea0a5400de050bd Mon Sep 17 00:00:00 2001
From: Xiliang Chen <xlchen1291@gmail.com>
Date: Wed, 6 Nov 2019 21:59:16 +1300
Subject: [PATCH] update tokens to fix build issue when using tokens (#11)

---
 tokens/Cargo.toml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml
index c77dac2..0c9c60c 100644
--- a/tokens/Cargo.toml
+++ b/tokens/Cargo.toml
@@ -10,14 +10,13 @@ codec = { package = "parity-scale-codec", version = "1.0.0", default-features =
 sr-primitives = { git = "https://github.com/paritytech/substrate.git", default-features = false }
 srml-support = { package = "srml-support", git = "https://github.com/paritytech/substrate.git", default-features = false }
 srml-system = { package = "srml-system", git = "https://github.com/paritytech/substrate.git", default-features = false }
-runtime_io = { package = "sr-io", git = "https://github.com/paritytech/substrate.git", default-features = false }
+runtime-io = { package = "sr-io", git = "https://github.com/paritytech/substrate.git", default-features = false }
 rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate.git", default-features = false }
 
 traits = { package = "orml-traits", path = "../traits", default-features = false }
 utilities = { package = "orml-utilities", path = "../utilities", default-features = false }
 
 [dev-dependencies]
-runtime-io = { package = "sr-io", git = "https://github.com/paritytech/substrate.git", default-features = false }
 primitives = { package = "substrate-primitives",  git = "https://github.com/paritytech/substrate.git", default-features = false }
 
 [features]
@@ -28,10 +27,8 @@ std = [
 	"sr-primitives/std",
 	"srml-support/std",
 	"srml-system/std",
-	"runtime_io/std",
 	"rstd/std",
 	"traits/std",
 	"utilities/std",
 	"runtime-io/std",
-	"primitives/std",
 ]
-- 
GitLab