From 4ed54dfeafab484f835fcc9c9c89bfa6cea87b1c Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 29 Nov 2019 09:39:20 +0000 Subject: [PATCH] (cargo-release) version 0.3.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae27f9f..ceeaf8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "genpass" -version = "0.3.4" +version = "0.3.5" 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 012f94f..a67253b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genpass" -version = "0.3.4" +version = "0.3.5" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://github.com/cyplo/genpass"