diff --git a/Cargo.lock b/Cargo.lock index a292e87..0b42b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,7 +498,7 @@ dependencies = [ [[package]] name = "bt" -version = "0.9.0" +version = "0.9.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 76e18b5..16c878e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bt" -version = "0.9.0" +version = "0.9.1" edition = "2021" rust-version = "1.86.0" authors = ["Braintrust engineering "]