diff --git a/Cargo.lock b/Cargo.lock index d6400f29..a62b03bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "bt" -version = "0.19.3" +version = "0.20.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ed18758c..3f80d592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bt" -version = "0.19.3" +version = "0.20.0" edition = "2021" rust-version = "1.88.0" authors = ["Braintrust engineering "]