From f1a0285a69beea96b98e93406ac41e5afffddcf6 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 22 Oct 2019 09:35:09 +0000 Subject: [PATCH] (cargo-release) version 0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d69473..fa484ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,7 +231,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "genpass" -version = "0.3.3" +version = "0.3.4" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4edb256..5b46d71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genpass" -version = "0.3.3" +version = "0.3.4" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://github.com/cyplo/genpass"