From 01904e6a87fb2b31dfcbae32c2baf26d1a032ca0 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Sat, 5 May 2018 21:03:54 +0000 Subject: [PATCH] (cargo-release) version 0.1.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"