Bump to 0.25.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 30 Nov 2017 23:17:35 +0000 (15:17 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 30 Nov 2017 23:17:35 +0000 (15:17 -0800)
Cargo.toml
src/crates-io/Cargo.toml

index 11390b79937e1319c1afbebe75afa382836431c6..76ce4d803eea0c4275e7e6cfeca1434272685a54 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.24.0"
+version = "0.25.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.13" }
+crates-io = { path = "src/crates-io", version = "0.14" }
 crossbeam = "0.3"
 crypto-hash = "0.3"
 curl = "0.4.6"
index c26abb5fb94672d90febea94d0801b294356c036..26b5c991d25cf7ab955115697d4c19cfb995c466 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.13.0"
+version = "0.14.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"
@@ -14,7 +14,7 @@ path = "lib.rs"
 
 [dependencies]
 curl = "0.4"
-error-chain = "0.11.0-rc.2"
+error-chain = "0.11.0"
 serde = "1.0"
 serde_derive = "1.0"
 serde_json = "1.0"