From 89714076990cf3a5b0b432f9282a8816f89d59d2 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Fri, 9 Aug 2024 07:47:32 +0200 Subject: [PATCH] chore: Release runo version 0.2.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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