diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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)", @@ -14,6 +14,7 @@ license = "GPL-3.0" [[bin]] name = "vtcol" +path = "src/vtcol.rs" test = false doc = false |