diff --git a/Cargo.lock b/Cargo.lock index 285756f..3adc25b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "keyweave" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d46af4d..e93343d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyweave" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Bart van der Braak "] keywords = ["azure", "keyvault", "env"]