From 6a590c27fd9716504d772dfb294a1053cc98553a Mon Sep 17 00:00:00 2001 From: Dotan Nahum Date: Wed, 30 Oct 2024 13:03:38 +0200 Subject: [PATCH] done --- xtask/src/bin/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtask/src/bin/main.rs b/xtask/src/bin/main.rs index 26742cdbe..790b44abb 100644 --- a/xtask/src/bin/main.rs +++ b/xtask/src/bin/main.rs @@ -24,7 +24,7 @@ enum Commands { quick: bool, }, /// Bump loco version in all dependencies places - BumpVersion { + DeprecatedBumpVersion { #[arg(name = "VERSION")] new_version: Version, #[arg(short, long, action = SetFalse)] @@ -51,7 +51,7 @@ fn main() -> eyre::Result<()> { println!("{}", xtask::out::print_ci_results(&res)); xtask::CmdExit::ok() } - Commands::BumpVersion { + Commands::DeprecatedBumpVersion { new_version, exclude_starters, } => {