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:
gupnik
2023-12-15 11:17:19 +05:30
committed by GitHub
parent 2cee874742
commit 11edbaf6c0
8 changed files with 32 additions and 5 deletions
+5
View File
@@ -407,3 +407,8 @@ try-runtime = [
"pallet-whitelist/try-runtime",
"sp-runtime/try-runtime",
]
experimental = [
"frame-support/experimental",
"frame-system/experimental",
"pallet-example-tasks/experimental",
]