From 58094fcf673ca7805920f3c12c09877ee792df6a Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Tue, 30 Dec 2025 16:12:46 +0000 Subject: [PATCH] chore(release): 0.10.11 (cherry picked from commit 0fc51baebb429fe9cd7c3d711afe1b9678519b2b) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67622b30..1a558733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.10.10" +version = "0.10.11" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 25da720a..2fe2f3cf 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.10" +version = "0.10.11" # See also `rust-toolchain.toml` rust-version = "1.85.0"