From 82e893d569b6b64e5d4d90a07f55b7a5f3b7b615 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 13 Oct 2023 17:54:14 -0700 Subject: [PATCH] Release 0.4.0-dev ctranslate2-bindings@0.4.0-dev http-api-bindings@0.4.0-dev llama-cpp-bindings@0.4.0-dev rust-cxx-cmake-bridge@0.4.0-dev tabby@0.4.0-dev tabby-common@0.4.0-dev tabby-download@0.4.0-dev tabby-inference@0.4.0-dev tabby-scheduler@0.4.0-dev Generated by cargo-workspaces --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- crates/ctranslate2-bindings/Cargo.toml | 2 +- crates/http-api-bindings/Cargo.toml | 4 ++-- 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 | 2 +- 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 82f9af543eff..962bb2a702fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "ctranslate2-bindings" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "async-stream", "async-trait", @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "async-trait", "futures", @@ -1634,7 +1634,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "llama-cpp-bindings" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "async-stream", "async-trait", @@ -2615,7 +2615,7 @@ dependencies = [ [[package]] name = "rust-cxx-cmake-bridge" -version = "0.3.0" +version = "0.4.0-dev" [[package]] name = "rust-embed" @@ -3094,7 +3094,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "anyhow", "async-stream", @@ -3141,7 +3141,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "chrono", "filenamify", @@ -3157,7 +3157,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "anyhow", "async-trait", @@ -3176,7 +3176,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "async-stream", "async-trait", @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index 42a6d5d6db3b..bb913941b7f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.3.0" +version = "0.4.0-dev" 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 f418f3d51700..7cd71687eab9 100644 --- a/crates/ctranslate2-bindings/Cargo.toml +++ b/crates/ctranslate2-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctranslate2-bindings" -version = "0.3.0" +version = "0.4.0-dev" edition = "2021" [dependencies] diff --git a/crates/http-api-bindings/Cargo.toml b/crates/http-api-bindings/Cargo.toml index cb870c8726f3..20569c41be84 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.3.0" +version = "0.4.0-dev" edition = "2021" [dependencies] @@ -9,7 +9,7 @@ futures.workspace = true reqwest = { workspace = true, features = ["json"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -tabby-inference = { version = "0.3.0-dev", path = "../tabby-inference" } +tabby-inference = { version = "0.4.0-dev", path = "../tabby-inference" } [dev-dependencies] tokio = { workspace = true, features = ["full"] } diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index f67b601d3df4..58a59fd36998 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.3.0" +version = "0.4.0-dev" edition = "2021" [build-dependencies] diff --git a/crates/rust-cxx-cmake-bridge/Cargo.toml b/crates/rust-cxx-cmake-bridge/Cargo.toml index ffd663c3a956..2dd9e08380d5 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.3.0" +version = "0.4.0-dev" 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 3c161a8014f0..53ac5db692b5 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.3.0" +version = "0.4.0-dev" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index 905a7e21625e..cd71b6e68e78 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.3.0" +version = "0.4.0-dev" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 383226ccc603..f3aa89eefa81 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.3.0" +version = "0.4.0-dev" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/tabby-scheduler/Cargo.toml b/crates/tabby-scheduler/Cargo.toml index 4e23d967ed69..451953234256 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.3.0" +version = "0.4.0-dev" 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 3ef66b874660..6f75c887bfdc 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.3.0" +version = "0.4.0-dev" edition = "2021" [dependencies]