Bump to 0.21.1
authorAlex Crichton <alex@alexcrichton.com>
Sun, 10 Sep 2017 16:38:56 +0000 (09:38 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 10 Sep 2017 16:38:56 +0000 (09:38 -0700)
Cargo.lock
Cargo.toml

index cb20975f2b4163ad16aab5fafd3bbcf6d3941897..c5c4312dfbee3dc6146e7cbf0d9e174b186c207f 100644 (file)
@@ -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)",
index 84e666510722d4f337df692a694f05e7f85692ed..52b8bca315aa66a35cdd2286faa8496407e72ccc 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.21.0"
+version = "0.21.1"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]