mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 23:37:56 +00:00
* update rustls to be compat with jsronrpsee 0.2.0 * Stub try-cli when feat not enabled * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -57,10 +57,14 @@ pub enum Subcommand {
|
||||
)]
|
||||
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
||||
|
||||
/// Testing subcommand for runtime testing and trying.
|
||||
/// Try some command against runtime state.
|
||||
#[cfg(feature = "try-runtime")]
|
||||
TryRuntime(try_runtime_cli::TryRuntimeCmd),
|
||||
|
||||
/// Try some command against runtime state. Note: `try-runtime` feature must be enabled.
|
||||
#[cfg(not(feature = "try-runtime"))]
|
||||
TryRuntime,
|
||||
|
||||
/// Key management cli utilities
|
||||
Key(sc_cli::KeySubcommand),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user