diff --git a/Cargo.toml b/Cargo.toml index e316b7ec5d41f95977e0c5b2753634dbf5672b95..6aa7146ca863815d8146ea241107bc53bae1e0f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hashtoc" -version = "0.1.0" +version = "0.1.1" authors = ["Anders Blomdell <anders.blomdell@control.lth.se>"] build = "build.rs" links = "libhash.a,libssl" @@ -10,7 +10,7 @@ license = "GPL-3.0-only" publish = false [dependencies] -clap = "2.20.5" -libc = "0.2.21" -threadpool = "1.3.2" -bytes = "0.4.6" +clap = "2.20" +libc = "0.2" +threadpool = "1.3" +bytes = "0.4" diff --git a/src/main.rs b/src/main.rs index e53905aadf7b3a5fd8bd512105fe6bde6846c16b..107486e687dfeb48c95ccb14de21035aa34da522 100644 --- a/src/main.rs +++ b/src/main.rs @@ -541,7 +541,7 @@ fn dispatcher(options: clap::ArgMatches, _ => break } } - bprint!("{}", front.kind); + bprint!("{}:", front.kind); bwrite!(path.as_os_str().as_bytes()); zprintln!(); }