mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Internal version dependencies cleanup (#5401)
* always depend on latest alpha version * integrate arithmetic fuzzer into root workspace
This commit is contained in:
@@ -37,8 +37,8 @@ parking_lot = "0.10.0"
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
sc-network = { version = "0.8.0-alpha.4", path = "../network" }
|
||||
sp-io = { version = "2.0.0-alpha.4", path = "../../primitives/io" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sp-io = { version = "2.0.0-alpha.5", path = "../../primitives/io" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.5", path = "../transaction-pool" }
|
||||
|
||||
Reference in New Issue
Block a user