diff --git a/Cargo.lock b/Cargo.lock index d48f36e3..3317268a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.1.3" +version = "0.1.4" dependencies = [ "docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)", "histogram 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 63c5b1b3..3ce9310d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cernan" -version = "0.1.3" +version = "0.1.4" authors = ["Brian L. Troutwine "] build = "build.rs"