mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Bump to 0.17.0
This commit is contained in:
parent
d55dbc4415
commit
9c0be483f6
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1,6 +1,6 @@
|
||||
[root]
|
||||
name = "cargo"
|
||||
version = "0.16.0"
|
||||
version = "0.17.0"
|
||||
dependencies = [
|
||||
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@ -68,7 +68,7 @@ name = "cargotest"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"cargo 0.16.0",
|
||||
"cargo 0.17.0",
|
||||
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"git2 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo"
|
||||
version = "0.16.0"
|
||||
version = "0.17.0"
|
||||
authors = ["Yehuda Katz <wycats@gmail.com>",
|
||||
"Carl Lerche <me@carllerche.com>",
|
||||
"Alex Crichton <alex@alexcrichton.com>"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
CFG_RELEASE_NUM=0.16.0
|
||||
CFG_RELEASE_NUM=0.17.0
|
||||
CFG_RELEASE_LABEL=
|
||||
|
||||
OPENSSL_VERS=1.0.2j
|
||||
|
Loading…
x
Reference in New Issue
Block a user