@@ -17,30 +17,30 @@ crate-type = ["cdylib", "rlib"]
1717log = " 0.4.8"
1818futures = { version = " 0.3.4" , features = [" compat" ] }
1919structopt = " 0.3.8"
20- sp-api = { git = " https://github.com/paritytech/substrate" , branch = " master " }
21- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " master " }
22- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " master " }
23- sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " master " }
24- sc-client-db = { git = " https://github.com/paritytech/substrate" , branch = " master " }
25- sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " master " }
26- sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " master " }
20+ sp-api = { git = " https://github.com/paritytech/substrate" , branch = " bkchr-async-sync " }
21+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " bkchr-async-sync " }
22+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " bkchr-async-sync " }
23+ sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " bkchr-async-sync " }
24+ sc-client-db = { git = " https://github.com/paritytech/substrate" , branch = " bkchr-async-sync " }
25+ sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " bkchr-async-sync " }
26+ sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " bkchr-async-sync " }
2727service = { package = " polkadot-service" , path = " ../service" , default-features = false , optional = true }
2828service-new = { package = " polkadot-service-new" , path = " ../node/service" , default-features = false , optional = true }
2929
3030tokio = { version = " 0.2.13" , features = [" rt-threaded" ], optional = true }
31- frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " master " , optional = true }
32- sc-cli = { git = " https://github.com/paritytech/substrate" , branch = " master " , optional = true }
33- sc-service = { git = " https://github.com/paritytech/substrate" , branch = " master " , optional = true }
31+ frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , optional = true , branch = " bkchr-async-sync " }
32+ sc-cli = { git = " https://github.com/paritytech/substrate" , optional = true , branch = " bkchr-async-sync " }
33+ sc-service = { git = " https://github.com/paritytech/substrate" , optional = true , branch = " bkchr-async-sync " }
3434
3535wasm-bindgen = { version = " 0.2.57" , optional = true }
3636wasm-bindgen-futures = { version = " 0.4.7" , optional = true }
37- browser-utils = { package = " substrate-browser-utils" , git = " https://github.com/paritytech/substrate" , branch = " master " , optional = true }
37+ browser-utils = { package = " substrate-browser-utils" , git = " https://github.com/paritytech/substrate" , optional = true , branch = " bkchr-async-sync " }
3838# this crate is used only to enable `trie-memory-tracker` feature
3939# see https://github.com/paritytech/substrate/pull/6745
40- sp-trie = { git = " https://github.com/paritytech/substrate" , branch = " master " , default-features = false }
40+ sp-trie = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " bkchr-async-sync " }
4141
4242[build-dependencies ]
43- substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " master " }
43+ substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " bkchr-async-sync " }
4444
4545[features ]
4646default = [ " wasmtime" , " db" , " cli" , " service-old" , " trie-memory-tracker" ]
0 commit comments