Skip to content

Commit

Permalink
v0.5.2: Tracking release for 0.1.1 of checkpwn-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Jan 31, 2021
1 parent d4adbee commit 490939d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "checkpwn"
version = "0.5.1"
version = "0.5.2"
authors = ["brycx <[email protected]>"]
description = "Check Have I Been Pwned and see if it's time for you to change passwords."
keywords = [ "cli", "password", "security", "HIBP" ]
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Config {
}

#[cfg(not(debug_assertions))]
pub fn load_config(&mut self)-> Result<(), Box<dyn std::error::Error>> {
pub fn load_config(&mut self) -> Result<(), Box<dyn std::error::Error>> {
let path = self
.get_config_path()
.expect("Failed to determine configuration file path.");
Expand Down

0 comments on commit 490939d

Please sign in to comment.