From 09d32403651471c17801e5fced5b5412e383755d Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 9 May 2024 12:21:27 -0400 Subject: [PATCH] bump conduwuit version to 0.3.3 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 b2ae344f..73209431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.3.2" +version = "0.3.3" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b7a3c53a..9ca75672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = [ homepage = "https://conduwuit.puppyirl.gay/" repository = "https://github.com/girlbossceo/conduwuit" readme = "README.md" -version = "0.3.2" +version = "0.3.3" edition = "2021" # See also `rust-toolchain.toml`