mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 15:35:42 +00:00
Remove safe-mix (#521)
This commit is contained in:
@@ -8,7 +8,7 @@ rustc-hex = "1.0"
|
|||||||
log = { version = "0.3", optional = true }
|
log = { version = "0.3", optional = true }
|
||||||
serde = { version = "1.0", default_features = false }
|
serde = { version = "1.0", default_features = false }
|
||||||
serde_derive = { version = "1.0", optional = true }
|
serde_derive = { version = "1.0", optional = true }
|
||||||
safe-mix = { path = "../../safe-mix", default_features = false}
|
safe-mix = { version = "1.0", default_features = false}
|
||||||
polkadot-primitives = { path = "../primitives", default_features = false }
|
polkadot-primitives = { path = "../primitives", default_features = false }
|
||||||
substrate-codec = { path = "../../substrate/codec" }
|
substrate-codec = { path = "../../substrate/codec" }
|
||||||
substrate-serializer = { path = "../../substrate/serializer" }
|
substrate-serializer = { path = "../../substrate/serializer" }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
|
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
|
||||||
polkadot-primitives = { path = "../../primitives", default-features = false }
|
polkadot-primitives = { path = "../../primitives", default-features = false }
|
||||||
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-codec = { path = "../../../substrate/codec", default-features = false }
|
||||||
substrate-primitives = { path = "../../../substrate/primitives", default-features = false }
|
substrate-primitives = { path = "../../../substrate/primitives", default-features = false }
|
||||||
substrate-runtime-std = { path = "../../../substrate/runtime-std", default-features = false }
|
substrate-runtime-std = { path = "../../../substrate/runtime-std", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user