diff --git a/Cargo.lock b/Cargo.lock index c03ef88f14da..c0bfe5dc29e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.5.2-rc.0" +version = "0.5.2" dependencies = [ "async-trait", "futures", @@ -2127,7 +2127,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "llama-cpp-bindings" -version = "0.5.2-rc.0" +version = "0.5.2" dependencies = [ "async-stream", "async-trait", @@ -4053,7 +4053,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.5.2-rc.0" +version = "0.5.2" dependencies = [ "anyhow", "assert-json-diff", @@ -4100,7 +4100,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.5.2-rc.0" +version = "0.5.2" dependencies = [ "anyhow", "chrono", @@ -4117,7 +4117,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.5.2-rc.0" +version = "0.5.2" dependencies = [ "aim", "anyhow", @@ -4129,7 +4129,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.5.2-rc.0" +version = "0.5.2" dependencies = [ "async-stream", "async-trait", @@ -4142,7 +4142,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.5.2-rc.0" +version = "0.5.2" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index 60ac188bd1b8..1f5cb4fd85b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.5.2-rc.0" +version = "0.5.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 928f3b84610f..6d499b3fab76 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.2-rc.0" +version = "0.5.2" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index cf9c9fcb2ab1..36c05d50f230 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.2-rc.0" +version = "0.5.2" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 42d7163b2d19..034735080ddf 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.5.2-rc.0" +version = "0.5.2" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index 138f22285711..c6d02e850fbd 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.5.2-rc.0" +version = "0.5.2" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 2cec7ae1478c..5a3bc9ff60aa 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.5.2-rc.0" +version = "0.5.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 5a6dd5992e65..1171a89040d4 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.5.2-rc.0" +version = "0.5.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 cee3b16593b8..2b48250ffc01 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.5.2-rc.0" +version = "0.5.2" edition = "2021" [features]