|
1 | 1 | [package]
|
2 | 2 | name = "aleph-runtime"
|
3 |
| -version = "0.8.0+mainnet" |
| 3 | +version = "0.8.1+mainnet" |
4 | 4 | authors = ["Cardinal Cryptography"]
|
5 | 5 | edition = "2021"
|
6 | 6 | homepage = "https://alephzero.org"
|
@@ -38,6 +38,7 @@ pallet-vesting = { default-features = false, git = "https://github.com/Cardinal-
|
38 | 38 | pallet-multisig = { default-features = false, git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.28" }
|
39 | 39 | pallet-utility = { default-features = false, git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.28" }
|
40 | 40 | pallet-nomination-pools = { default-features = false, git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.28" }
|
| 41 | +pallet-nomination-pools-runtime-api = { default-features = false, git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.28" } |
41 | 42 |
|
42 | 43 | sp-api = { default-features = false, git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.28" }
|
43 | 44 | sp-block-builder = { default-features = false, git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.28" }
|
@@ -103,6 +104,7 @@ std = [
|
103 | 104 | "frame-system-rpc-runtime-api/std",
|
104 | 105 | "primitives/std",
|
105 | 106 | "pallet-nomination-pools/std",
|
| 107 | + "pallet-nomination-pools-runtime-api/std", |
106 | 108 | ]
|
107 | 109 | short_session = ["primitives/short_session"]
|
108 | 110 | try-runtime = [
|
|
0 commit comments