From 966cca25f1bd9e5d22eee6b7b64614611476607e Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 11 Jan 2024 20:21:50 -0500 Subject: [PATCH] bump conduwuit version as we've made a lot of changes Signed-off-by: strawberry --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3dc2d84..23c8d4a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduwuit" -version = "0.7.0-alpha+conduwuit-0.1.1" +version = "0.7.0-alpha+conduwuit-0.1.2" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 68fc4428..cf2eef9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["strawberry ", "timokoesters