]> git.proxmox.com Git - cargo.git/commitdiff
Bump to 0.29.0
authorAlex Crichton <alex@alexcrichton.com>
Tue, 8 May 2018 02:40:58 +0000 (19:40 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 8 May 2018 02:40:58 +0000 (19:40 -0700)
Cargo.toml
src/crates-io/Cargo.toml

index 5217104ebb651e263a223d229cab4df940a09f6d..613a15bab19c2c4b58f573955d3b683e86225296 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.28.0"
+version = "0.29.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.16" }
+crates-io = { path = "src/crates-io", version = "0.17" }
 crossbeam = "0.3"
 crypto-hash = "0.3.1"
 curl = "0.4.12"
index 2c8aa8f341a497bf5cb1a72667082ab9385de232..d065a5a4a0f57f42061aac69ab3abc623cb6a0e1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.16.0"
+version = "0.17.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"