]> git.proxmox.com Git - cargo.git/commitdiff
Bump to 0.30.0
authorAlex Crichton <alex@alexcrichton.com>
Wed, 27 Jun 2018 18:49:57 +0000 (11:49 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 27 Jun 2018 18:49:57 +0000 (11:49 -0700)
Cargo.toml
src/crates-io/Cargo.toml

index b8c69703ebf7797bcbde2d7a6cbed0a9d915ab23..9042c260a17404e2366f45e3a2ed3d017059ae3d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.29.0"
+version = "0.30.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.17" }
+crates-io = { path = "src/crates-io", version = "0.18" }
 crossbeam = "0.3"
 crypto-hash = "0.3.1"
 curl = "0.4.12"
index d065a5a4a0f57f42061aac69ab3abc623cb6a0e1..c1b45bb82247219499e77d401dbbcb48b0a9c175 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.17.0"
+version = "0.18.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"