From 7494f1f6e8ab054f279915746f196700ab332354 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 24 Oct 2023 13:04:52 -0700 Subject: [PATCH] Release 0.4.0-rc.0 ctranslate2-bindings@0.4.0-rc.0 http-api-bindings@0.4.0-rc.0 llama-cpp-bindings@0.4.0-rc.0 rust-cxx-cmake-bridge@0.4.0-rc.0 tabby@0.4.0-rc.0 tabby-common@0.4.0-rc.0 tabby-download@0.4.0-rc.0 tabby-inference@0.4.0-rc.0 tabby-scheduler@0.4.0-rc.0 Generated by cargo-workspaces --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- crates/ctranslate2-bindings/Cargo.toml | 2 +- crates/http-api-bindings/Cargo.toml | 2 +- crates/llama-cpp-bindings/Cargo.toml | 2 +- crates/rust-cxx-cmake-bridge/Cargo.toml | 2 +- crates/tabby-common/Cargo.toml | 2 +- crates/tabby-download/Cargo.toml | 2 +- crates/tabby-inference/Cargo.toml | 4 ++-- crates/tabby-scheduler/Cargo.toml | 2 +- crates/tabby/Cargo.toml | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2081cf7a4ab0..465a9373c75c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -696,7 +696,7 @@ dependencies = [ [[package]] name = "ctranslate2-bindings" -version = "0.4.0-dev" +version = "0.4.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -1320,7 +1320,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.4.0-dev" +version = "0.4.0-rc.0" dependencies = [ "async-trait", "futures", @@ -1684,7 +1684,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "llama-cpp-bindings" -version = "0.4.0-dev" +version = "0.4.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -2665,7 +2665,7 @@ dependencies = [ [[package]] name = "rust-cxx-cmake-bridge" -version = "0.4.0-dev" +version = "0.4.0-rc.0" [[package]] name = "rust-embed" @@ -3144,7 +3144,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.4.0-dev" +version = "0.4.0-rc.0" dependencies = [ "anyhow", "assert-json-diff", @@ -3194,7 +3194,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.4.0-dev" +version = "0.4.0-rc.0" dependencies = [ "chrono", "filenamify", @@ -3210,7 +3210,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.4.0-dev" +version = "0.4.0-rc.0" dependencies = [ "anyhow", "async-trait", @@ -3229,7 +3229,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.4.0-dev" +version = "0.4.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -3243,7 +3243,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.4.0-dev" +version = "0.4.0-rc.0" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index f0d25cd78b48..5dd5a04084ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" authors = ["Meng Zhang"] homepage = "https://github.com/TabbyML/tabby" diff --git a/crates/ctranslate2-bindings/Cargo.toml b/crates/ctranslate2-bindings/Cargo.toml index 88d260b5a25b..8d14f1a99b31 100644 --- a/crates/ctranslate2-bindings/Cargo.toml +++ b/crates/ctranslate2-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctranslate2-bindings" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/http-api-bindings/Cargo.toml b/crates/http-api-bindings/Cargo.toml index 20569c41be84..8305c08b3474 100644 --- a/crates/http-api-bindings/Cargo.toml +++ b/crates/http-api-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-api-bindings" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index 58a59fd36998..3c38f0f0c746 100644 --- a/crates/llama-cpp-bindings/Cargo.toml +++ b/crates/llama-cpp-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llama-cpp-bindings" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" [build-dependencies] diff --git a/crates/rust-cxx-cmake-bridge/Cargo.toml b/crates/rust-cxx-cmake-bridge/Cargo.toml index 2dd9e08380d5..e0e24aa81307 100644 --- a/crates/rust-cxx-cmake-bridge/Cargo.toml +++ b/crates/rust-cxx-cmake-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-cxx-cmake-bridge" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 53ac5db692b5..120eadf2e678 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index cd71b6e68e78..c7289a07ed6b 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 0959c00d2167..03ad381baaa8 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,4 +13,4 @@ derive_builder = "0.12.0" futures = { workspace = true } regex.workspace = true tokenizers.workspace = true -tabby-common = { path = "../tabby-common" } \ No newline at end of file +tabby-common = { path = "../tabby-common" } diff --git a/crates/tabby-scheduler/Cargo.toml b/crates/tabby-scheduler/Cargo.toml index 1289cc8d2029..213dd25e7f52 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/tabby/Cargo.toml b/crates/tabby/Cargo.toml index 24f4c02c2f6d..c37cdaf72456 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.4.0-dev" +version = "0.4.0-rc.0" edition = "2021" [dependencies]