diff --git a/Cargo.lock b/Cargo.lock index 0a897e04c2c8..54739ae022b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "ctranslate2-bindings" -version = "0.3.0-dev" +version = "0.3.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.3.0-dev" +version = "0.3.0-rc.0" dependencies = [ "async-trait", "futures", @@ -1634,7 +1634,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "llama-cpp-bindings" -version = "0.3.0-dev" +version = "0.3.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -3094,7 +3094,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.3.0-dev" +version = "0.3.0-rc.0" dependencies = [ "anyhow", "async-stream", @@ -3141,7 +3141,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.3.0-dev" +version = "0.3.0-rc.0" dependencies = [ "chrono", "filenamify", @@ -3157,7 +3157,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.3.0-dev" +version = "0.3.0-rc.0" dependencies = [ "anyhow", "async-trait", @@ -3176,7 +3176,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.3.0-dev" +version = "0.3.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.3.0-dev" +version = "0.3.0-rc.0" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index 22aeb19a50f2..05f8afd30029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.3.0-dev" +version = "0.3.0-rc.0" edition = "2021" authors = ["Meng Zhang"] homepage = "https://github.com/TabbyML/tabby" @@ -36,4 +36,4 @@ derive_builder = "0.12.0" tokenizers = "0.13.4-rc3" futures = "0.3.28" async-stream = "0.3.5" -regex = "1.10.0" \ No newline at end of file +regex = "1.10.0" diff --git a/crates/ctranslate2-bindings/Cargo.toml b/crates/ctranslate2-bindings/Cargo.toml index 230f51ce6e1a..a386a2c7b08e 100644 --- a/crates/ctranslate2-bindings/Cargo.toml +++ b/crates/ctranslate2-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctranslate2-bindings" -version = "0.3.0-dev" +version = "0.3.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/http-api-bindings/Cargo.toml b/crates/http-api-bindings/Cargo.toml index 77ce2187acda..f72704777c6b 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.3.0-dev" +version = "0.3.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index 404edf26397d..a44b3f6d1ff1 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.3.0-dev" +version = "0.3.0-rc.0" edition = "2021" [build-dependencies] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 6adf0d416cec..ea03c78d75dc 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.3.0-dev" +version = "0.3.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index 836fa94e8155..e45abe8f7926 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.3.0-dev" +version = "0.3.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 97464be96165..2c9002362c38 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.3.0-dev" +version = "0.3.0-rc.0" 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 1b13ec268f5f..7f249097dd0f 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.3.0-dev" +version = "0.3.0-rc.0" 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 a828e2e48e98..ce643c8f10f5 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.3.0-dev" +version = "0.3.0-rc.0" edition = "2021" [dependencies]