From 221276985c8030554c5251a5834b2f1db8a75e11 Mon Sep 17 00:00:00 2001 From: Serban Iorga Date: Wed, 11 Jan 2023 11:51:15 +0200 Subject: [PATCH] Remove sp-version dependency from bin-substrate (#1758) --- bridges/relays/bin-substrate/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/bridges/relays/bin-substrate/Cargo.toml b/bridges/relays/bin-substrate/Cargo.toml index a22bf12632c59..633ab8fe5bd9a 100644 --- a/bridges/relays/bin-substrate/Cargo.toml +++ b/bridges/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" }