Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit de061dc

Browse files
authored
Remove safe-mix (#521)
1 parent c29e219 commit de061dc

File tree

14 files changed

+20
-192
lines changed

14 files changed

+20
-192
lines changed

Cargo.lock

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ members = [
7777
"demo/executor",
7878
"demo/primitives",
7979
"demo/runtime",
80-
"safe-mix",
8180
"subkey",
8281
]
8382
exclude = [

demo/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hex-literal = "0.1.0"
99
log = { version = "0.3", optional = true }
1010
serde = { version = "1.0", default_features = false }
1111
serde_derive = { version = "1.0", optional = true }
12-
safe-mix = { path = "../../safe-mix", default_features = false}
12+
safe-mix = { version = "1.0", default_features = false}
1313
substrate-codec = { path = "../../substrate/codec" }
1414
substrate-runtime-std = { path = "../../substrate/runtime-std" }
1515
substrate-runtime-io = { path = "../../substrate/runtime-io" }

demo/runtime/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
11-
safe-mix = { path = "../../../safe-mix", default-features = false }
11+
safe-mix = { version = "1.0", default_features = false}
1212
substrate-codec = { path = "../../../substrate/codec", default-features = false }
1313
substrate-primitives = { path = "../../../substrate/primitives", default-features = false }
1414
substrate-runtime-std = { path = "../../../substrate/runtime-std", default-features = false }

polkadot/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rustc-hex = "1.0"
88
log = { version = "0.3", optional = true }
99
serde = { version = "1.0", default_features = false }
1010
serde_derive = { version = "1.0", optional = true }
11-
safe-mix = { path = "../../safe-mix", default_features = false}
11+
safe-mix = { version = "1.0", default_features = false}
1212
polkadot-primitives = { path = "../primitives", default_features = false }
1313
substrate-codec = { path = "../../substrate/codec" }
1414
substrate-serializer = { path = "../../substrate/serializer" }

polkadot/runtime/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99
[dependencies]
1010
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
1111
polkadot-primitives = { path = "../../primitives", default-features = false }
12-
safe-mix = { path = "../../../safe-mix", default-features = false }
12+
safe-mix = { version = "1.0", default-features = false }
1313
substrate-codec = { path = "../../../substrate/codec", default-features = false }
1414
substrate-primitives = { path = "../../../substrate/primitives", default-features = false }
1515
substrate-runtime-std = { path = "../../../substrate/runtime-std", default-features = false }

safe-mix/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

safe-mix/build.rs

Lines changed: 0 additions & 14 deletions
This file was deleted.

safe-mix/src/lib.rs

Lines changed: 0 additions & 145 deletions
This file was deleted.

substrate/runtime/council/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hex-literal = "0.1.0"
88
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
99
serde = { version = "1.0", default_features = false }
1010
serde_derive = { version = "1.0", optional = true }
11-
safe-mix = { path = "../../../safe-mix", default_features = false}
11+
safe-mix = { version = "1.0", default_features = false}
1212
substrate-keyring = { path = "../../keyring", optional = true }
1313
substrate-codec = { path = "../../codec", default_features = false }
1414
substrate-primitives = { path = "../../primitives", default_features = false }

0 commit comments

Comments
 (0)