mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Switch pre-release version to dev (#5637)
This commit is contained in:
committed by
GitHub
parent
cff1390456
commit
3426d662f7
@@ -12,10 +12,10 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.6", path = "../" }
|
||||
sc-executor = { version = "0.8.0-alpha.6", path = "../../../client/executor" }
|
||||
sp-runtime-interface = { version = "2.0.0-dev", path = "../" }
|
||||
sc-executor = { version = "0.8.0-dev", 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-alpha.6", path = "../../../primitives/state-machine" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../runtime" }
|
||||
sp-io = { version = "2.0.0-alpha.6", path = "../../io" }
|
||||
sp-state-machine = { version = "0.8.0-dev", path = "../../../primitives/state-machine" }
|
||||
sp-runtime = { version = "2.0.0-dev", path = "../../runtime" }
|
||||
sp-io = { version = "2.0.0-dev", path = "../../io" }
|
||||
|
||||
Reference in New Issue
Block a user