From 47c27ef9a974f2b8d7b6843ecb893a4893a500f7 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 9 Oct 2023 19:13:19 -0700 Subject: [PATCH] Release 0.2.2-rc.4 ctranslate2-bindings@0.2.2-rc.4 tabby@0.2.2-rc.4 Generated by cargo-workspaces --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/ctranslate2-bindings/Cargo.toml | 2 +- crates/tabby/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5879ef..4716f40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "ctranslate2-bindings" -version = "0.2.2-rc.3" +version = "0.2.2-rc.4" dependencies = [ "async-stream", "async-trait", @@ -3086,7 +3086,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.2.2-rc.3" +version = "0.2.2-rc.4" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 854207b..f62f70f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.2.2-rc.3" +version = "0.2.2-rc.4" edition = "2021" authors = ["Meng Zhang"] homepage = "https://github.com/TabbyML/tabby" diff --git a/crates/ctranslate2-bindings/Cargo.toml b/crates/ctranslate2-bindings/Cargo.toml index 774537e..9864674 100644 --- a/crates/ctranslate2-bindings/Cargo.toml +++ b/crates/ctranslate2-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctranslate2-bindings" -version = "0.2.2-rc.3" +version = "0.2.2-rc.4" edition = "2021" [dependencies] diff --git a/crates/tabby/Cargo.toml b/crates/tabby/Cargo.toml index 85a1b74..60e4882 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.2.2-rc.3" +version = "0.2.2-rc.4" edition = "2021" [dependencies]