Remove safe-mix (#521)

This commit is contained in:
Gav Wood
2018-08-09 15:26:01 +02:00
committed by GitHub
parent b7de4be612
commit 36122833a1
14 changed files with 20 additions and 192 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ hex-literal = "0.1.0"
log = { version = "0.3", optional = true }
serde = { version = "1.0", default_features = false }
serde_derive = { version = "1.0", optional = true }
safe-mix = { path = "../../safe-mix", default_features = false}
safe-mix = { version = "1.0", default_features = false}
substrate-codec = { path = "../../substrate/codec" }
substrate-runtime-std = { path = "../../substrate/runtime-std" }
substrate-runtime-io = { path = "../../substrate/runtime-io" }
+1 -1
View File
@@ -8,7 +8,7 @@ crate-type = ["cdylib"]
[dependencies]
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
safe-mix = { path = "../../../safe-mix", default-features = false }
safe-mix = { version = "1.0", default_features = false}
substrate-codec = { path = "../../../substrate/codec", default-features = false }
substrate-primitives = { path = "../../../substrate/primitives", default-features = false }
substrate-runtime-std = { path = "../../../substrate/runtime-std", default-features = false }