fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members - Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml - Fix Rust import ordering with cargo fmt - Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
This commit is contained in:
@@ -117,8 +117,8 @@ wait-timeout = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
pezkuwichain-native = ["pezkuwi-cli/pezkuwichain-native"]
|
||||
zagros-native = ["pezkuwi-cli/zagros-native"]
|
||||
pezkuwichain-native = [ "pezkuwi-cli/pezkuwichain-native" ]
|
||||
zagros-native = [ "pezkuwi-cli/zagros-native" ]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-frame-rpc-system/runtime-benchmarks",
|
||||
"bizinikiwi-state-trie-migration-rpc/runtime-benchmarks",
|
||||
|
||||
Reference in New Issue
Block a user