11[package ]
22name = " hashed-parachain-runtime"
3- version = " 0.1.0-dev "
3+ version = " 0.1.1 "
44description = " Runtime of the hashed substrate node"
55authors = [" Hashed <https://github.com/hashed-io" ]
66homepage = " https://hashed.io"
@@ -23,17 +23,17 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive
2323smallvec = " 1.11.0"
2424
2525# Hashed Dependencies
26- pallet-template = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
27- pallet-fruniques = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
28- pallet-bitcoin-vaults = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
26+ pallet-template = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
27+ pallet-fruniques = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
28+ pallet-bitcoin-vaults = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
2929# pallet-bitcoin-vaults = { path = "../../hashed-pallets/pallets/bitcoin-vaults", default-features = false }
30- pallet-gated-marketplace = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
31- pallet-rbac = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
32- pallet-confidential-docs = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
30+ pallet-gated-marketplace = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
31+ pallet-rbac = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
32+ pallet-confidential-docs = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
3333# pallet-confidential-docs = { path = "../../hashed-pallets/pallets/confidential-docs", default-features = false }
34- pallet-afloat = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
35- pallet-mapped-assets = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
36- pallet-fund-admin-records = { git = " https://github.com/hashed-io/hashed-pallets" , branch = " feature/bump-v1.3.0 " , default-features = false }
34+ pallet-afloat = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
35+ pallet-mapped-assets = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
36+ pallet-fund-admin-records = { git = " https://github.com/hashed-io/hashed-pallets" , tag = " 0.1.10 " , default-features = false }
3737
3838# Prebuilt Pallets
3939pallet-alliance = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " v1.3.0-rc1" , default-features = false }
0 commit comments