From 729855a9bc7e45c3b65bccb587c672cd4495e94d Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Fri, 16 Aug 2019 09:29:13 +0200 Subject: [PATCH] Bump version to 0.17.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcc9cf18..71c7128e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "password-storage" -version = "0.17.2" +version = "0.17.3" dependencies = [ "aes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d62f4b33..5b902c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "password-storage" -version = "0.17.2" +version = "0.17.3" authors = ["Andrey Kutejko "] build = "build.rs" edition = "2018"