From: Alex Crichton Date: Thu, 17 Nov 2016 00:05:31 +0000 (-0800) Subject: Bump to 0.16.0 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~119^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8dc8c0862472a014f3a9af52cd3e4593dd03fc97;p=cargo.git Bump to 0.16.0 --- diff --git a/Cargo.lock b/Cargo.lock index 9853a26f1..773a12cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.15.0" +version = "0.16.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.15.0", + "cargo 0.16.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.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fa10f3857..0fdeae1bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.15.0" +version = "0.16.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 2af0c33e3..d37262726 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.15.0 +CFG_RELEASE_NUM=0.16.0 CFG_RELEASE_LABEL= OPENSSL_VERS=1.0.2j