diff --git a/Cargo.lock b/Cargo.lock index 31c1a36ee32..e2976491ab5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" dependencies = [ "async-trait", "futures", @@ -2127,7 +2127,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "llama-cpp-bindings" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" dependencies = [ "async-stream", "async-trait", @@ -4053,7 +4053,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" dependencies = [ "anyhow", "assert-json-diff", @@ -4102,7 +4102,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" dependencies = [ "anyhow", "chrono", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" dependencies = [ "aim", "anyhow", @@ -4131,7 +4131,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" dependencies = [ "async-stream", "async-trait", @@ -4144,7 +4144,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index 6a2601e10cf..81ae86ea34d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" 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 0cee35a56ba..1f9c34f0e5c 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.5.1-rc.5" +version = "0.5.1-rc.6" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index ed33b402707..d2aca8aa74d 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.5.1-rc.5" +version = "0.5.1-rc.6" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 23e9fe36f79..d3fee9f0ff0 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index f21ea1d879f..d15048c682f 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 32e4e2b4028..3e411bc02af 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" 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 87b530ca1dd..bb7d5a508a8 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" 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 b36893ff3e4..abfcf41a3df 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.5.1-rc.5" +version = "0.5.1-rc.6" edition = "2021" [features]