mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 18:35:41 +00:00
Feature gate do_task in frame_system (#2707)
https://github.com/paritytech/polkadot-sdk/pull/1343/ introduced Tasks API. This one moves `do_task` call in frame_system under the experimental flag, till the previous one is audited. --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -61,7 +61,10 @@ std = [
|
||||
"sp-version/std",
|
||||
"test-pallet/std",
|
||||
]
|
||||
experimental = ["frame-support/experimental"]
|
||||
experimental = [
|
||||
"frame-support/experimental",
|
||||
"frame-system/experimental",
|
||||
]
|
||||
try-runtime = [
|
||||
"frame-executive/try-runtime",
|
||||
"frame-support/try-runtime",
|
||||
|
||||
Reference in New Issue
Block a user