From 3333f252f4c7e5e1324d5a178b9f020823283bc7 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sat, 14 Nov 2015 05:15:58 -0500 Subject: [PATCH] fix: fixes building on windows due to upstream dep --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1fa1be..229a074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,9 +1,9 @@ [root] name = "cargo-count" -version = "0.1.3" +version = "0.1.4" dependencies = [ "ansi_term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clap 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", @@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "clap" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ansi_term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",