diff --git a/Cargo.lock b/Cargo.lock index 54f053f..5ebe474 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "charon" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 3.0.0-beta.1 (git+https://github.com/clap-rs/clap/)", "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 44077f1..d2f95a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charon" -version = "0.1.0" +version = "0.1.1" authors = ["Thomas Pöhlmann "] edition = "2018"