Skip to content

Commit 9228546

Browse files
chore(deps): Update compatible
1 parent 1373ca8 commit 9228546

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn run() -> proc_exit::ExitResult {
2525
args.color.apply();
2626
let colored_stderr = concolor::get(concolor::Stream::Stderr).ansi_color();
2727

28-
logger::init_logging(args.verbose.clone(), colored_stderr);
28+
logger::init_logging(args.verbose, colored_stderr);
2929

3030
let subcommand = args.subcommand;
3131
let push_args = args.push;

0 commit comments

Comments
 (0)