Skip to content

Commit 0d2aac7

Browse files
committed
Auto merge of #6718 - ehuss:version-bump, r=dwijnand
Bump to 0.36.0
2 parents 716b02c + 1a0430f commit 0d2aac7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo"
3-
version = "0.35.0"
3+
version = "0.36.0"
44
edition = "2018"
55
authors = ["Yehuda Katz <wycats@gmail.com>",
66
"Carl Lerche <me@carllerche.com>",
@@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
2121
atty = "0.2"
2222
byteorder = "1.2"
2323
bytesize = "1.0"
24-
crates-io = { path = "src/crates-io", version = "0.23" }
24+
crates-io = { path = "src/crates-io", version = "0.24" }
2525
crossbeam-utils = "0.6"
2626
crypto-hash = "0.3.1"
2727
curl = { version = "0.4.19", features = ['http2'] }

src/crates-io/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
edition = "2018"
55
authors = ["Alex Crichton <alex@alexcrichton.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)