Update template triggered by workflow_dispatch

This commit is contained in:
Template Bot
2024-05-06 09:31:10 +00:00
parent 2273aabb2e
commit 7321ef7aa1
11 changed files with 1248 additions and 981 deletions
-5
View File
@@ -41,11 +41,6 @@ pub enum Subcommand {
#[command(subcommand)]
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
/// Try-runtime has migrated to a standalone CLI
/// (<https://github.com/paritytech/try-runtime-cli>). The subcommand exists as a stub and
/// deprecation notice. It will be removed entirely some time after January 2024.
TryRuntime,
/// Db meta columns information.
ChainInfo(sc_cli::ChainInfoCmd),
}