From 4624df0998e88aed5b752f097f619a77ffa77a8e Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Fri, 12 Sep 2025 17:54:26 +0100 Subject: [PATCH] chore(release): 0.10.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46cbcea4..624cec6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.10.8" +version = "0.10.9" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 970ea33e..e1fa54ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "Apache-2.0" name = "conduit" readme = "README.md" repository = "https://gitlab.com/famedly/conduit" -version = "0.10.8" +version = "0.10.9" # See also `rust-toolchain.toml` rust-version = "1.85.0"