Skip to content

Commit

Permalink
Merge pull request rust-lang#120 from JohnTitor/cargo-crates-io
Browse files Browse the repository at this point in the history
Update `cargo` and `crates-io` deps
  • Loading branch information
Manishearth committed May 6, 2020
2 parents a465781 + f65b268 commit 7adba3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ name = "rust-semver-public"
path = "src/bin/rust_semver_public.rs"

[dependencies]
cargo = "0.43"
crates-io = "0.31"
cargo = "0.44"
crates-io = "0.32"
curl = "0.4.21"
env_logger = "0.7"
anyhow = "1.0.27"
Expand Down
8 changes: 1 addition & 7 deletions src/bin/cargo_semver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,9 @@ fn main() {
cli::exit_with_error(&config, e);
}

let quiet = if matches.opt_present("q") {
Some(true)
} else {
None
};

let config_res = config.configure(
0, // verbose
quiet,
matches.opt_present("q"), // quiet
None, // color
false, // frozen
false, // locked
Expand Down

0 comments on commit 7adba3a

Please sign in to comment.