diff --git a/Cargo.lock b/Cargo.lock index e4c0dc2..0e6f03c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,7 +17,7 @@ dependencies = [ [[package]] name = "base" -version = "0.1.0" +version = "1.0.1" dependencies = [ "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index fbb4f68..6b93d96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "base" -version = "0.1.0" +version = "1.0.1" authors = ["Charles Tison "] edition = "2018"