Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Oct 30, 2024
1 parent 1839b93 commit 6a590c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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,
} => {
Expand Down

0 comments on commit 6a590c2

Please sign in to comment.