From e54d6224fb9114793c106da81eda33cc90eec23e Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Sat, 5 May 2018 19:26:10 +0000 Subject: [PATCH] (cargo-release) version 0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffae385..444cd5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "genpass" -version = "0.1.8" +version = "0.1.9" dependencies = [ "quickcheck 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d0164cb..6aebeb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genpass" -version = "0.1.8" +version = "0.1.9" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://github.com/cyplo/genpass"