From 490939dce8b5fd2d6b126e507d3d5642e5686240 Mon Sep 17 00:00:00 2001 From: brycx Date: Sun, 31 Jan 2021 11:03:17 +0100 Subject: [PATCH] v0.5.2: Tracking release for 0.1.1 of checkpwn-lib --- Cargo.toml | 4 ++-- src/config.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b7c0b3..6c25bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "checkpwn" -version = "0.5.1" +version = "0.5.2" authors = ["brycx "] description = "Check Have I Been Pwned and see if it's time for you to change passwords." keywords = [ "cli", "password", "security", "HIBP" ] @@ -17,7 +17,7 @@ zeroize = "1.1.0" dirs-next = "2.0.0" serde = { version = "1.0.106", features = ["derive"] } serde_yaml = "0.8.11" -checkpwn_lib = "0.1.0" +checkpwn_lib = "0.1.1" anyhow = "1.0.33" [dev-dependencies] diff --git a/src/config.rs b/src/config.rs index 3f23306..b2aa5b8 100644 --- a/src/config.rs +++ b/src/config.rs @@ -67,7 +67,7 @@ impl Config { } #[cfg(not(debug_assertions))] - pub fn load_config(&mut self)-> Result<(), Box> { + pub fn load_config(&mut self) -> Result<(), Box> { let path = self .get_config_path() .expect("Failed to determine configuration file path.");