mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
fix: construct_runtime multiple features (#12594)
* fix: construct_runtime multiple features * Update frame/support/procedural/src/construct_runtime/mod.rs Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -51,6 +51,7 @@ try-runtime = ["frame-support/try-runtime"]
|
||||
# Only CI runs with this feature enabled. This feature is for testing stuff related to the FRAME macros
|
||||
# in conjunction with rust features.
|
||||
frame-feature-testing = []
|
||||
frame-feature-testing-2 = []
|
||||
# Disable ui tests
|
||||
disable-ui-tests = []
|
||||
no-metadata-docs = ["frame-support/no-metadata-docs"]
|
||||
|
||||
Reference in New Issue
Block a user