From e92a8c800514c28a9d844a9f8922dbce4188b913 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 27 Nov 2023 14:58:58 +0800 Subject: [PATCH] Release 0.7.0-dev http-api-bindings@0.7.0-dev juniper-axum@0.7.0-dev llama-cpp-bindings@0.7.0-dev tabby@0.7.0-dev tabby-common@0.7.0-dev tabby-download@0.7.0-dev tabby-inference@0.7.0-dev tabby-scheduler@0.7.0-dev tabby-webserver@0.7.0-dev Generated by cargo-workspaces --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- crates/http-api-bindings/Cargo.toml | 4 ++-- crates/llama-cpp-bindings/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 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb4bdaf0f9a..bc46ca73f87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,7 +1951,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "async-trait", "futures", @@ -2254,7 +2254,7 @@ dependencies = [ [[package]] name = "juniper-axum" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "axum", "juniper", @@ -2410,7 +2410,7 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "llama-cpp-bindings" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "async-stream", "async-trait", @@ -4554,7 +4554,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "anyhow", "assert-json-diff", @@ -4604,7 +4604,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "anyhow", "async-trait", @@ -4624,7 +4624,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "aim", "anyhow", @@ -4636,7 +4636,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "async-stream", "async-trait", @@ -4649,7 +4649,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "anyhow", "cargo-lock", @@ -4680,7 +4680,7 @@ dependencies = [ [[package]] name = "tabby-webserver" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d75e376ce4d..5e4c1fb7b3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.6.0" +version = "0.7.0-dev" edition = "2021" authors = ["Meng Zhang"] homepage = "https://github.com/TabbyML/tabby" diff --git a/crates/http-api-bindings/Cargo.toml b/crates/http-api-bindings/Cargo.toml index fc2d34466d0..690604b799b 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.6.0" +version = "0.7.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.6.0-dev", path = "../tabby-inference" } +tabby-inference = { version = "0.7.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 c4840df9138..4e8af380432 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.6.0" +version = "0.7.0-dev" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index f24ae026ff8..72af440a266 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.6.0" +version = "0.7.0-dev" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index c4909a24cbe..5ef22b27932 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.6.0" +version = "0.7.0-dev" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 509c51318ca..c30ac758390 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.6.0" +version = "0.7.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 7b1da75de95..b6be310145e 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.6.0" +version = "0.7.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 4e4e5048a52..577a118179f 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.6.0" +version = "0.7.0-dev" edition = "2021" [features]