From 04fb4f62b80d4c31e7cb16ecc810585fcbd53106 Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Sat, 31 May 2025 15:13:58 +0100 Subject: [PATCH] chore: bump version to 0.11.0-alpha --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 353e882a..76150f30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.10.4" +version = "0.11.0-alpha" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index cad4bf15..38ccd381 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.4" +version = "0.11.0-alpha" # See also `rust-toolchain.toml` rust-version = "1.83.0"