]> git.proxmox.com Git - cargo.git/commitdiff
Bump to 0.37.0
authorEric Huss <eric@huss.org>
Mon, 15 Apr 2019 19:09:02 +0000 (12:09 -0700)
committerEric Huss <eric@huss.org>
Mon, 15 Apr 2019 19:09:02 +0000 (12:09 -0700)
Cargo.toml
src/crates-io/Cargo.toml

index d8d8bf5c8b369a499411d86fc593a9f6afd86cd2..d631699bc64cac5628f5d48b273cf3636ad42bb0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.36.0"
+version = "0.37.0"
 edition = "2018"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
@@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
 atty = "0.2"
 byteorder = "1.2"
 bytesize = "1.0"
-crates-io = { path = "src/crates-io", version = "0.24" }
+crates-io = { path = "src/crates-io", version = "0.25" }
 crossbeam-utils = "0.6"
 crypto-hash = "0.3.1"
 curl = { version = "0.4.19", features = ['http2'] }
index ca60d9036d9531ff82b889f25ff015bc3a109bf3..1168b21feb6c1c4ed6006f82943a54f90fcc930e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.24.0"
+version = "0.25.0"
 edition = "2018"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT OR Apache-2.0"