From f10bf62bac2a0656366808a2a2dce2f7afcba69d 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 4e02d26..21496d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2136,7 +2136,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 4e9ba36..1717923 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