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