From 7007df9abdeefc4eb79d5256d4b57b22ad15a014 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 19 Apr 2024 23:52:12 -0400 Subject: [PATCH] bump conduwuit version to 0.2.1 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 a5de5d01..0bced2cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,7 +494,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.7.0+conduwuit-0.2.0" +version = "0.7.0+conduwuit-0.2.1" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a9b756da..232a63ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ homepage = "https://puppygock.gay/conduwuit" repository = "https://github.com/girlbossceo/conduwuit" readme = "README.md" -version = "0.7.0+conduwuit-0.2.0" +version = "0.7.0+conduwuit-0.2.1" edition = "2021" # See also `rust-toolchain.toml`