From 738878f6ff6f5322b56d22a3b1a0a1dde589c1f7 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 31 Mar 2024 15:43:39 -0400 Subject: [PATCH] bump conduwuit version to 0.1.12 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 03cb673a..637b370a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.7.0+conduwuit-0.1.11" +version = "0.7.0+conduwuit-0.1.12" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0daa2679..1222c894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ homepage = "https://puppygock.gay/conduwuit" repository = "https://gitlab.com/girlbossceo/conduwuit" readme = "README.md" -version = "0.7.0+conduwuit-0.1.11" +version = "0.7.0+conduwuit-0.1.12" edition = "2021" # See also `rust-toolchain.toml`