mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Release of Alpha.7 (#5904)
This commit is contained in:
committed by
GitHub
parent
ae3909eb53
commit
45886bd197
@@ -12,12 +12,12 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-runtime-interface = { version = "2.0.0-dev", path = "../" }
|
||||
sc-executor = { version = "0.8.0-dev", path = "../../../client/executor" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.7", path = "../" }
|
||||
sc-executor = { version = "0.8.0-alpha.7", path = "../../../client/executor" }
|
||||
sp-runtime-interface-test-wasm = { version = "2.0.0-dev", path = "../test-wasm" }
|
||||
sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0-dev", path = "../test-wasm-deprecated" }
|
||||
sp-state-machine = { version = "0.8.0-dev", path = "../../../primitives/state-machine" }
|
||||
sp-runtime = { version = "2.0.0-dev", path = "../../runtime" }
|
||||
sp-core = { version = "2.0.0-dev", path = "../../core" }
|
||||
sp-io = { version = "2.0.0-dev", path = "../../io" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.7", path = "../../../primitives/state-machine" }
|
||||
sp-runtime = { version = "2.0.0-alpha.7", path = "../../runtime" }
|
||||
sp-core = { version = "2.0.0-alpha.7", path = "../../core" }
|
||||
sp-io = { version = "2.0.0-alpha.7", path = "../../io" }
|
||||
tracing = "0.1.13"
|
||||
|
||||
Reference in New Issue
Block a user