Skip to content

Commit d8b9d5a

Browse files
committed
Update cargo toml
1 parent 32afc1b commit d8b9d5a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

runtime/Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,11 @@ hex-literal = { version = "0.3.4", optional = true }
6363
# Local Dependencies
6464
pallet-template = { version = "4.0.0-dev", default-features = false, path = "../pallets/template" }
6565
pallet-fruniques = { version = "0.1.0-dev", default-features = false, path = "../pallets/fruniques" }
66-
pallet-bitcoin-vaults = { version = "4.0.0-dev", default-features = false, path = "../pallets/bitcoin-vaults" }
67-
pallet-gated-marketplace = { version = "4.0.0-dev", default-features = false, path = "../pallets/gated-marketplace" }
68-
pallet-rbac = { version = "4.0.0-dev", default-features = false, path = "../pallets/rbac" }
69-
pallet-confidential-docs = { version = "4.0.0-dev", default-features = false, path = "../pallets/confidential-docs" }
70-
pallet-proxy = { version = "4.0.0-dev", default-features = false, path = "../pallets/proxy" }
71-
66+
pallet-bitcoin-vaults = { default-features = false, path = "../pallets/bitcoin-vaults" }
67+
pallet-gated-marketplace = { default-features = false, path = "../pallets/gated-marketplace" }
68+
pallet-rbac = { default-features = false, path = "../pallets/rbac" }
69+
pallet-confidential-docs = { default-features = false, path = "../pallets/confidential-docs" }
70+
pallet-proxy = { default-features = false, path = "../pallets/proxy" }
7271

7372
[build-dependencies]
7473
substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }

0 commit comments

Comments
 (0)