From: Alex Crichton Date: Fri, 7 Sep 2018 15:43:02 +0000 (-0700) Subject: Bump Cargo to 0.30.0 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0b30a790b11417642bb99c02c1ce3e865599c59b;p=cargo.git Bump Cargo to 0.30.0 Looks like we accidentally forgot to do this! --- diff --git a/Cargo.toml b/Cargo.toml index 59b7427b8..1c77b43de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.30.0" +version = "0.31.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -18,7 +18,7 @@ path = "src/cargo/lib.rs" [dependencies] atty = "0.2" -crates-io = { path = "src/crates-io", version = "0.18" } +crates-io = { path = "src/crates-io", version = "0.19" } crossbeam-utils = "0.5" crypto-hash = "0.3.1" curl = "0.4.13" diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index c1b45bb82..2bc1082b7 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.18.0" +version = "0.19.0" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo"