From 1d10e7f0369605665482e092a9b3c56a2c9f2cf3 Mon Sep 17 00:00:00 2001 From: wucke13 Date: Sat, 25 Feb 2023 23:10:25 +0100 Subject: [PATCH] chore: Release rosenpass version 0.1.1-rc.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db5f82d..7e3eb32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,7 +865,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rosenpass" -version = "0.1.1-rc.5" +version = "0.1.1-rc.6" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 485d38f..1f116db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rosenpass" -version = "0.1.1-rc.5" +version = "0.1.1-rc.6" authors = ["Karolin Varner ", "wucke13 "] edition = "2021" license = "MIT OR Apache-2.0"