Skip to content

Commit

Permalink
Bump cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Feb 10, 2024
1 parent 3905eb9 commit 647c5a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-c"
version = "0.9.29+cargo-0.76.0"
version = "0.9.30+cargo-0.77.0"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ name = "cargo-ctest"
path = "src/bin/ctest.rs"

[dependencies]
cargo = "0.76.0"
cargo = "0.77.0"
cargo-util = "0.2"
semver = "1.0.3"
log = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn base_cli() -> Command {
.action(ArgAction::Count)
.global(true),
)
.arg_quiet()
.arg_silent_suggestion()
.arg(
opt("color", "Coloring: auto, always, never")
.value_name("WHEN")
Expand All @@ -80,7 +80,7 @@ fn base_cli() -> Command {
.action(ArgAction::Append)
.global(true),
)
.arg_jobs()
.arg_parallel()
.arg_targets_all(
"Build only this package's library",
"Build only the specified binary",
Expand Down

0 comments on commit 647c5a8

Please sign in to comment.