From 132c9f3d8396ee41259ff75318bcd51df2f35871 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 16 Jul 2022 14:13:49 +0200 Subject: [PATCH] version bump --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 70852ec..65bd828 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "cryptgeon" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" dependencies = [ "actix-files", "actix-web", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e1253f9..0d82db3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptgeon" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" authors = ["cupcakearmy "] edition = "2021"