Remove sp-version dependency from bin-substrate (#1758)

This commit is contained in:
Serban Iorga
2023-01-11 11:51:15 +02:00
committed by Bastian Köcher
parent b4c338f77d
commit b63287da20
-1
View File
@@ -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" }