Skip to content

Commit

Permalink
🔀 chore(Cargo.toml): update hashed-pallets dependencies to version 0.…
Browse files Browse the repository at this point in the history
…1.5 for compatibility and bug fixes (#5)
  • Loading branch information
tlacloc authored Sep 27, 2023
1 parent 9a07537 commit 2cfd124
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", b
hex-literal = { version = "0.4.1", optional = true }

# Hashed Dependencies
pallet-template = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-fruniques = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-bitcoin-vaults = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-gated-marketplace = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-rbac = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-confidential-docs = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-fund-admin = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-afloat = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-mapped-assets = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-fund-admin-records = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.4", default-features = false }
pallet-template = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-fruniques = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-bitcoin-vaults = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-gated-marketplace = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-rbac = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-confidential-docs = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-fund-admin = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-afloat = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-mapped-assets = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }
pallet-fund-admin-records = { git = "https://github.com/hashed-io/hashed-pallets", tag = "0.1.5", default-features = false }

[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" }
Expand Down

0 comments on commit 2cfd124

Please sign in to comment.