Release 0.3.1-rc.0

ctranslate2-bindings@0.3.1-rc.0
http-api-bindings@0.3.1-rc.0
llama-cpp-bindings@0.3.1-rc.0
rust-cxx-cmake-bridge@0.3.1-rc.0
tabby@0.3.1-rc.0
tabby-common@0.3.1-rc.0
tabby-download@0.3.1-rc.0
tabby-inference@0.3.1-rc.0
tabby-scheduler@0.3.1-rc.0

Generated by cargo-workspaces
r0.3 v0.3.1-rc.0
Meng Zhang 2023-10-19 00:14:42 -07:00
parent 6ae42edeb9
commit 0f63d239ad
11 changed files with 20 additions and 20 deletions

18
Cargo.lock generated
View File

@ -676,7 +676,7 @@ dependencies = [
[[package]]
name = "ctranslate2-bindings"
version = "0.3.0"
version = "0.3.1-rc.0"
dependencies = [
"async-stream",
"async-trait",
@ -1287,7 +1287,7 @@ dependencies = [
[[package]]
name = "http-api-bindings"
version = "0.3.0"
version = "0.3.1-rc.0"
dependencies = [
"async-trait",
"futures",
@ -1634,7 +1634,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
[[package]]
name = "llama-cpp-bindings"
version = "0.3.0"
version = "0.3.1-rc.0"
dependencies = [
"async-stream",
"async-trait",
@ -2615,7 +2615,7 @@ dependencies = [
[[package]]
name = "rust-cxx-cmake-bridge"
version = "0.3.0"
version = "0.3.1-rc.0"
[[package]]
name = "rust-embed"
@ -3094,7 +3094,7 @@ dependencies = [
[[package]]
name = "tabby"
version = "0.3.0"
version = "0.3.1-rc.0"
dependencies = [
"anyhow",
"async-stream",
@ -3142,7 +3142,7 @@ dependencies = [
[[package]]
name = "tabby-common"
version = "0.3.0"
version = "0.3.1-rc.0"
dependencies = [
"chrono",
"filenamify",
@ -3158,7 +3158,7 @@ dependencies = [
[[package]]
name = "tabby-download"
version = "0.3.0"
version = "0.3.1-rc.0"
dependencies = [
"anyhow",
"async-trait",
@ -3177,7 +3177,7 @@ dependencies = [
[[package]]
name = "tabby-inference"
version = "0.3.0"
version = "0.3.1-rc.0"
dependencies = [
"async-stream",
"async-trait",
@ -3190,7 +3190,7 @@ dependencies = [
[[package]]
name = "tabby-scheduler"
version = "0.3.0"
version = "0.3.1-rc.0"
dependencies = [
"anyhow",
"file-rotate",

View File

@ -13,7 +13,7 @@ members = [
]
[workspace.package]
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
authors = ["Meng Zhang"]
homepage = "https://github.com/TabbyML/tabby"

View File

@ -1,6 +1,6 @@
[package]
name = "ctranslate2-bindings"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "http-api-bindings"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
[dependencies]
@ -9,7 +9,7 @@ futures.workspace = true
reqwest = { workspace = true, features = ["json"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tabby-inference = { version = "0.3.0-dev", path = "../tabby-inference" }
tabby-inference = { version = "0.3.1-rc.0", path = "../tabby-inference" }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }

View File

@ -1,6 +1,6 @@
[package]
name = "llama-cpp-bindings"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
[build-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "rust-cxx-cmake-bridge"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-common"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-download"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-inference"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-scheduler"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "tabby"
version = "0.3.0"
version = "0.3.1-rc.0"
edition = "2021"
[dependencies]