diff --git a/Cargo.lock b/Cargo.lock index cb4bdaf0f9a1..bc46ca73f87c 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 d75e376ce4da..5e4c1fb7b3c9 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 fc2d34466d05..690604b799b0 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 c4840df91386..4e8af380432a 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 f24ae026ff88..72af440a2663 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 c4909a24cbe6..5ef22b279326 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 509c51318ca9..c30ac758390f 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 7b1da75de957..b6be310145e9 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 4e4e5048a523..577a118179f4 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]