diff --git a/Cargo.lock b/Cargo.lock index cf21e85bd804..770cf9f43d40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1938,7 +1938,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "async-trait", "futures", @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "juniper-axum" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "axum", "juniper", @@ -2397,7 +2397,7 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "llama-cpp-bindings" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "async-stream", "async-trait", @@ -4538,7 +4538,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "anyhow", "assert-json-diff", @@ -4588,7 +4588,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "anyhow", "async-trait", @@ -4608,7 +4608,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "aim", "anyhow", @@ -4620,7 +4620,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "async-stream", "async-trait", @@ -4633,7 +4633,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "anyhow", "file-rotate", @@ -4663,7 +4663,7 @@ dependencies = [ [[package]] name = "tabby-webserver" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 77dfd93e6631..1f6531881441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" 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 299a4d3d3899..26fb956cf6fb 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-rc.0" +version = "0.6.0-rc.1" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index f0a1c99074cb..8202ba504258 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-rc.0" +version = "0.6.0-rc.1" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index d95d162716d0..6377c479c15f 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-rc.0" +version = "0.6.0-rc.1" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index 7932ac7be66b..273eb4b37d94 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-rc.0" +version = "0.6.0-rc.1" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 16a8b86ddad2..6a2f24e25926 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-rc.0" +version = "0.6.0-rc.1" 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 eb6920131eb4..245e19bb2be6 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-rc.0" +version = "0.6.0-rc.1" 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 4f73e544cb4c..53b809deef86 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" edition = "2021" [features]