diff --git a/Cargo.lock b/Cargo.lock index 89c5b04..5119100 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "genpass" -version = "0.1.9" +version = "0.1.10" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickcheck 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 532c9a2..1fb9ade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genpass" -version = "0.1.9" +version = "0.1.10" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://github.com/cyplo/genpass"