mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
add missing version to dependencies (#10148)
This commit is contained in:
@@ -14,21 +14,21 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# frame
|
# frame
|
||||||
pallet-staking = { path = "../../staking" }
|
pallet-staking = { path = "../../staking", version = "4.0.0-dev" }
|
||||||
pallet-bags-list = { path = "../../bags-list" }
|
pallet-bags-list = { path = "../../bags-list", version = "4.0.0-dev" }
|
||||||
frame-election-provider-support = { path = "../../election-provider-support" }
|
frame-election-provider-support = { path = "../../election-provider-support", version = "4.0.0-dev" }
|
||||||
frame-system = { path = "../../system" }
|
frame-system = { path = "../../system", version = "4.0.0-dev" }
|
||||||
frame-support = { path = "../../support" }
|
frame-support = { path = "../../support", version = "4.0.0-dev" }
|
||||||
|
|
||||||
# core
|
# core
|
||||||
sp-storage = { path = "../../../primitives/storage" }
|
sp-storage = { path = "../../../primitives/storage", version = "4.0.0-dev" }
|
||||||
sp-core = { path = "../../../primitives/core" }
|
sp-core = { path = "../../../primitives/core", version = "4.0.0-dev" }
|
||||||
sp-tracing = { path = "../../../primitives/tracing" }
|
sp-tracing = { path = "../../../primitives/tracing", version = "4.0.0-dev" }
|
||||||
sp-runtime = { path = "../../../primitives/runtime" }
|
sp-runtime = { path = "../../../primitives/runtime", version = "4.0.0-dev" }
|
||||||
sp-std = { path = "../../../primitives/std" }
|
sp-std = { path = "../../../primitives/std", version = "4.0.0-dev" }
|
||||||
|
|
||||||
# utils
|
# utils
|
||||||
remote-externalities = { path = "../../../utils/frame/remote-externalities" }
|
remote-externalities = { path = "../../../utils/frame/remote-externalities", version = "0.10.0-dev" }
|
||||||
|
|
||||||
# others
|
# others
|
||||||
tokio = { version = "1", features = ["macros"] }
|
tokio = { version = "1", features = ["macros"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user