mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
* Use blank task group name Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * cargo fmt Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Update Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * update Cargo.lock and switch from 0.9.12 to master * format with LATEST nightly Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
@@ -65,8 +65,8 @@ futures = "0.3.5"
|
||||
polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
|
||||
# Substrate dependencies
|
||||
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.12" }
|
||||
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.12" }
|
||||
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
[[bench]]
|
||||
name = "transaction_throughput"
|
||||
|
||||
Reference in New Issue
Block a user