From: Alex Crichton Date: Sun, 10 Sep 2017 16:38:56 +0000 (-0700) Subject: Bump to 0.21.1 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~8^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6084a2ba03aaa73794e6b86199e463ea6df290fe;p=cargo.git Bump to 0.21.1 --- diff --git a/Cargo.lock b/Cargo.lock index cb20975f2..c5c4312df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.21.0" +version = "0.21.1" dependencies = [ "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -117,7 +117,7 @@ name = "cargotest" version = "0.1.0" dependencies = [ "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cargo 0.21.0", + "cargo 0.21.1", "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 84e666510..52b8bca31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.21.0" +version = "0.21.1" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "]