diff --git a/Cargo.lock b/Cargo.lock index 90b4ea2fdea5..224846d5ffe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1176,7 +1176,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" dependencies = [ "async-trait", "futures", @@ -1489,7 +1489,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "llama-cpp-bindings" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" dependencies = [ "async-stream", "async-trait", @@ -2823,7 +2823,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" dependencies = [ "anyhow", "assert-json-diff", @@ -2872,7 +2872,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" dependencies = [ "anyhow", "chrono", @@ -2889,7 +2889,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" dependencies = [ "anyhow", "async-trait", @@ -2909,7 +2909,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" dependencies = [ "async-stream", "async-trait", @@ -2922,7 +2922,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index 181f1d8538e3..86e1e7949ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" 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 b5da3e25e805..09ef50d7d3d2 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.0-rc.1" +version = "0.5.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index b8479b4ba000..771426a59d31 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.0-rc.1" +version = "0.5.0-rc.2" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 3b46858c1cea..75e29a968c51 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index e048c96e08b8..10cfc4cc9542 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 142d2cf8db39..dde24228b7c5 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" 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 7c8d9d48d074..5cfde0a4983f 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" 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 b8c2b8ca8732..f67c1d5cd307 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" edition = "2021" [features]