Bump to 0.35.0

A routine update!
This commit is contained in:
Alex Crichton 2019-01-22 13:18:16 -08:00
parent b05cd86768
commit 78637a6bb8
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "cargo"
version = "0.34.0"
version = "0.35.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.22" }
crates-io = { path = "src/crates-io", version = "0.23" }
crossbeam-utils = "0.6"
crypto-hash = "0.3.1"
curl = { version = "0.4.19", features = ['http2'] }

View file

@ -1,6 +1,6 @@
[package]
name = "crates-io"
version = "0.22.0"
version = "0.23.0"
edition = "2018"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"