From 507baf20fa33eb94e3b7b338dee9f3c21b5d534a Mon Sep 17 00:00:00 2001 From: strawberry <strawberry@puppygock.gay> Date: Fri, 8 Mar 2024 11:06:10 -0500 Subject: [PATCH] bump conduwuit version to 0.1.5 lots of new stuff Signed-off-by: strawberry <strawberry@puppygock.gay> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65fe0c56a..8a9eaf9ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -412,7 +412,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.7.0-alpha+conduwuit-0.1.4" +version = "0.7.0-alpha+conduwuit-0.1.5" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3250bcaf0..671693a8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["strawberry <strawberry@puppygock.gay>", "timokoesters <timo@koesters homepage = "https://puppygock.gay/conduwuit" repository = "https://gitlab.com/girlbossceo/conduwuit" readme = "README.md" -version = "0.7.0-alpha+conduwuit-0.1.4" +version = "0.7.0-alpha+conduwuit-0.1.5" edition = "2021" # See also `rust-toolchain.toml` -- GitLab