diff --git a/Cargo.lock b/Cargo.lock index e7f8d08a..6b50958e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "bt" -version = "0.19.1" +version = "0.19.2" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1a754193..b0d9b73d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bt" -version = "0.19.1" +version = "0.19.2" edition = "2021" rust-version = "1.88.0" authors = ["Braintrust engineering "]