diff --git a/relays/bin-substrate/Cargo.toml b/relays/bin-substrate/Cargo.toml index a22bf12632c5..633ab8fe5bd9 100644 --- a/relays/bin-substrate/Cargo.toml +++ b/relays/bin-substrate/Cargo.toml @@ -60,7 +60,6 @@ substrate-relay-helper = { path = "../lib-substrate-relay" } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot Dependencies polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" }