diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index c77dac24be82ef5e15ce11c20bef5e93abcbab11..0c9c60c3b57e78cdb03bc8c319c3e9ed96e4c19f 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", ]