]> git.proxmox.com Git - cargo.git/commitdiff
Bump Cargo to 0.30.0
authorAlex Crichton <alex@alexcrichton.com>
Fri, 7 Sep 2018 15:43:02 +0000 (08:43 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 7 Sep 2018 15:43:02 +0000 (08:43 -0700)
Looks like we accidentally forgot to do this!

Cargo.toml
src/crates-io/Cargo.toml

index 59b7427b8b231f6df2c9d04c4c37bfa7636d80ba..1c77b43ded1c437eed2bf9d1ebee1578ec4ae154 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.30.0"
+version = "0.31.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
@@ -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"
index c1b45bb82247219499e77d401dbbcb48b0a9c175..2bc1082b79df43cadc45766c81835b4a8325a501 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.18.0"
+version = "0.19.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"