From ffcdbe2cc7d000eb01f9f1b9034208296a9c19ae Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 2 Mar 2024 23:52:59 -0500 Subject: [PATCH] bump conduwuit version to 0.1.4, adjust example config Signed-off-by: strawberry --- Cargo.lock | 2 +- Cargo.toml | 2 +- conduwuit-example.toml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 441dc994..407b4727 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.7.0-alpha+conduwuit-0.1.3" +version = "0.7.0-alpha+conduwuit-0.1.4" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 6c6c20b7..5ebde053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["strawberry ", "timokoesters