From 8630abb682050ebb15c8365052f308430622ca2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:38:45 +0000 Subject: [PATCH] chore: bump version to 0.19.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8738451d..cf0eb56f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "bt" -version = "0.19.2" +version = "0.19.3" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ef41140a..bb3c82b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bt" -version = "0.19.2" +version = "0.19.3" edition = "2021" rust-version = "1.88.0" authors = ["Braintrust engineering "]