From e2d1d9af52d03fbf0424063725c4b836ff2e8de2 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Sat, 26 Aug 2023 11:19:40 +0200 Subject: [PATCH] chore: Release runo version 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e078a3..430c3d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1956,7 +1956,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "runo" -version = "0.1.4" +version = "0.1.5" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3c1f5f3..4624c15 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.1.4" +version = "0.1.5" edition = "2021" license = "MIT" publish = false