Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 17a5d9e

Browse files
ruseinovgpestana
authored andcommitted
[Fix] Bump tuple element number in frame-support. (#13760)
That is to avoid hitting the pallet limit that emits a cryptic error. More detail could be found here: https://substrate.stackexchange.com/questions/7212 . Co-authored-by: parity-processbot <>
1 parent 08a35e1 commit 17a5d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sp-io = { version = "7.0.0", default-features = false, path = "../../../primitiv
4646
frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../../frame/executive" }
4747
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/benchmarking" }
4848
frame-benchmarking-pallet-pov = { version = "4.0.0-dev", default-features = false, path = "../../../frame/benchmarking/pov" }
49-
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/support" }
49+
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/support", features = ["tuples-96"] }
5050
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" }
5151
frame-system-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/benchmarking", optional = true }
5252
frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/election-provider-support" }

0 commit comments

Comments
 (0)