From 1f9cafe65f8ec42dba7f5343703b91bf94f4fb77 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Sun, 21 Apr 2019 16:49:06 +0000 Subject: [PATCH] (cargo-release) version 0.2.9 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 777f4f2..0db8d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "genpass" -version = "0.2.8" +version = "0.2.9" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7aadc63..20df9c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genpass" -version = "0.2.8" +version = "0.2.9" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://github.com/cyplo/genpass" @@ -21,4 +21,4 @@ clap = "2" [dev-dependencies] proptest = "0.8" -zxcvbn = "1" \ No newline at end of file +zxcvbn = "1"