mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Bump to 0.38.0
This commit is contained in:
parent
5218d04b31
commit
353f7c0e1a
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo"
|
name = "cargo"
|
||||||
version = "0.37.0"
|
version = "0.38.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Yehuda Katz <wycats@gmail.com>",
|
authors = ["Yehuda Katz <wycats@gmail.com>",
|
||||||
"Carl Lerche <me@carllerche.com>",
|
"Carl Lerche <me@carllerche.com>",
|
||||||
@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
|
|||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
byteorder = "1.2"
|
byteorder = "1.2"
|
||||||
bytesize = "1.0"
|
bytesize = "1.0"
|
||||||
crates-io = { path = "src/crates-io", version = "0.25" }
|
crates-io = { path = "src/crates-io", version = "0.26" }
|
||||||
crossbeam-utils = "0.6"
|
crossbeam-utils = "0.6"
|
||||||
crypto-hash = "0.3.1"
|
crypto-hash = "0.3.1"
|
||||||
curl = { version = "0.4.21", features = ['http2'] }
|
curl = { version = "0.4.21", features = ['http2'] }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crates-io"
|
name = "crates-io"
|
||||||
version = "0.25.0"
|
version = "0.26.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user