11[package ]
22name = " polkadot-collator"
3- version = " 0.7.1 "
3+ version = " 0.7.2 "
44authors = [
" Parity Technologies <[email protected] >" ]
55description = " Collator node implementation"
66edition = " 2018"
77
88[dependencies ]
99futures01 = { package = " futures" , version = " 0.1.17" }
1010futures = { version = " 0.3.1" , features = [" compat" ] }
11- client = { package = " substrate -client" , git = " https://github.com/paritytech/substrate" , branch = " polkadot- master" }
12- client-api = { package = " substrate -client-api" , git = " https://github.com/paritytech/substrate" , branch = " polkadot- master" }
13- primitives = { package = " substrate-primitives " , git = " https://github.com/paritytech/substrate" , branch = " polkadot- master" }
14- substrate -network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot- master" }
15- consensus_common = { package = " substrate -consensus-common " , git = " https://github.com/paritytech/substrate" , branch = " polkadot- master" }
11+ client = { package = " sc -client" , git = " https://github.com/paritytech/substrate" , branch = " master" }
12+ client-api = { package = " sc -client-api" , git = " https://github.com/paritytech/substrate" , branch = " master" }
13+ primitives = { package = " sp-core " , git = " https://github.com/paritytech/substrate" , branch = " master" }
14+ sc -network = { git = " https://github.com/paritytech/substrate" , branch = " master" }
15+ consensus_common = { package = " sp -consensus" , git = " https://github.com/paritytech/substrate" , branch = " master" }
1616polkadot-runtime = { path = " ../runtime" }
1717polkadot-primitives = { path = " ../primitives" }
1818polkadot-cli = { path = " ../cli" }
@@ -24,4 +24,4 @@ tokio = "0.1.22"
2424futures-timer = " 1.0"
2525
2626[dev-dependencies ]
27- keyring = { package = " substrate -keyring" , git = " https://github.com/paritytech/substrate" , branch = " polkadot- master" }
27+ keyring = { package = " sp -keyring" , git = " https://github.com/paritytech/substrate" , branch = " master" }
0 commit comments