Skip to content

Commit

Permalink
2024-03-02
Browse files Browse the repository at this point in the history
  • Loading branch information
luciano_bestia committed Mar 2, 2024
1 parent a235d29 commit 3e11b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation_tasks_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false

[dependencies]
cargo_auto_lib = "1.3.17"
cargo_auto_lib = "1.4.4"
2 changes: 1 addition & 1 deletion automation_tasks_rs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn match_arguments_and_call_tasks(mut args: std::env::Args) {
} else if &task == "github_new_release" {
task_github_new_release();
} else {
println!("{RED}Error: Task {task} is unknown.{RESET}");
eprintln!("{RED}Error: Task {task} is unknown.{RESET}");
print_help();
}
}
Expand Down

0 comments on commit 3e11b03

Please sign in to comment.