Release 0.5.1-rc.0

http-api-bindings@0.5.1-rc.0
llama-cpp-bindings@0.5.1-rc.0
tabby@0.5.1-rc.0
tabby-common@0.5.1-rc.0
tabby-download@0.5.1-rc.0
tabby-inference@0.5.1-rc.0
tabby-scheduler@0.5.1-rc.0

Generated by cargo-workspaces
v0.5.1-rc.0
Meng Zhang 2023-11-05 11:42:39 -08:00
parent 789b1f727b
commit 94913001bd
9 changed files with 16 additions and 16 deletions

14
Cargo.lock generated
View File

@ -1772,7 +1772,7 @@ dependencies = [
[[package]] [[package]]
name = "http-api-bindings" name = "http-api-bindings"
version = "0.5.0" version = "0.5.1-rc.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@ -2127,7 +2127,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
[[package]] [[package]]
name = "llama-cpp-bindings" name = "llama-cpp-bindings"
version = "0.5.0" version = "0.5.1-rc.0"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@ -4053,7 +4053,7 @@ dependencies = [
[[package]] [[package]]
name = "tabby" name = "tabby"
version = "0.5.0" version = "0.5.1-rc.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert-json-diff", "assert-json-diff",
@ -4102,7 +4102,7 @@ dependencies = [
[[package]] [[package]]
name = "tabby-common" name = "tabby-common"
version = "0.5.0" version = "0.5.1-rc.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",
@ -4119,7 +4119,7 @@ dependencies = [
[[package]] [[package]]
name = "tabby-download" name = "tabby-download"
version = "0.5.0" version = "0.5.1-rc.0"
dependencies = [ dependencies = [
"aim", "aim",
"anyhow", "anyhow",
@ -4131,7 +4131,7 @@ dependencies = [
[[package]] [[package]]
name = "tabby-inference" name = "tabby-inference"
version = "0.5.0" version = "0.5.1-rc.0"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@ -4144,7 +4144,7 @@ dependencies = [
[[package]] [[package]]
name = "tabby-scheduler" name = "tabby-scheduler"
version = "0.5.0" version = "0.5.1-rc.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"file-rotate", "file-rotate",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "llama-cpp-bindings" name = "llama-cpp-bindings"
version = "0.5.0" version = "0.5.1-rc.0"
edition = "2021" edition = "2021"
[features] [features]

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tabby" name = "tabby"
version = "0.5.0" version = "0.5.1-rc.0"
edition = "2021" edition = "2021"
[features] [features]