Skip to content

Commit 353f7c0

Browse files
committed
Bump to 0.38.0
1 parent 5218d04 commit 353f7c0

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.37.0"
3+
version = "0.38.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.25" }
24+
crates-io = { path = "src/crates-io", version = "0.26" }
2525
crossbeam-utils = "0.6"
2626
crypto-hash = "0.3.1"
2727
curl = { version = "0.4.21", 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.25.0"
3+
version = "0.26.0"
44
edition = "2018"
55
authors = ["Alex Crichton <alex@alexcrichton.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)