mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
Internal version dependencies cleanup (#5401)
* always depend on latest alpha version * integrate arithmetic fuzzer into root workspace
This commit is contained in:
@@ -36,10 +36,10 @@ parking_lot = "0.10.0"
|
||||
prost = "0.6.1"
|
||||
rand = "0.7.2"
|
||||
hex = "0.4.0"
|
||||
sc-block-builder = { version = "0.8.0-alpha.4", path = "../block-builder" }
|
||||
sc-client = { version = "0.8.0-alpha.4", path = "../" }
|
||||
sc-client-api = { version = "2.0.0-alpha.4", path = "../api" }
|
||||
sc-peerset = { version = "2.0.0-alpha.4", path = "../peerset" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "../block-builder" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sc-peerset = { version = "2.0.0-alpha.5", path = "../peerset" }
|
||||
pin-project = "0.4.6"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
|
||||
Reference in New Issue
Block a user