diff --git a/Cargo.lock b/Cargo.lock index 6b00ffd..5ebb07b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2151,7 +2151,7 @@ dependencies = [ [[package]] name = "runo" -version = "0.2.10" +version = "0.2.11" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d6a5db0..558effb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "runo" description = "rūnō - A Secrets Generator for Kubernetes written in Rust" authors = ["Aljoscha Pörtner "] -version = "0.2.10" +version = "0.2.11" edition = "2021" license = "MIT" publish = false