From 9dda18921a25f64e0a0da06e3417ce99f8bf9b41 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Wed, 25 Oct 2017 21:35:14 +1300 Subject: Silence warning for missing path for `vtcol` binary vtcol.rs should probably be main.rs, but explicitly setting the non-standard path also silences the warning. (src/bin would also work) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index aa03d8d..acaa1be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "vtcol" -version = "0.42.1" +version = "0.42.2" dependencies = [ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3