From e3599725601e08084537cbe661c453a6cfa252f0 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Mon, 16 Oct 2023 13:01:47 +0200 Subject: [PATCH] chore: Release runo version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68e152e..3e4a6a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1914,7 +1914,7 @@ dependencies = [ [[package]] name = "runo" -version = "0.2.1" +version = "0.2.2" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3a17380..6d2d85c 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.1" +version = "0.2.2" edition = "2021" license = "MIT" publish = false