diff --git a/Cargo.lock b/Cargo.lock index c4e1e3e..b7b3928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,7 +498,7 @@ dependencies = [ [[package]] name = "bt" -version = "0.10.0" +version = "0.10.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5b4e014..f8c0f10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bt" -version = "0.10.0" +version = "0.10.1" edition = "2021" rust-version = "1.86.0" authors = ["Braintrust engineering "]