Release 0.5.1-rc.4
http-api-bindings@0.5.1-rc.4 llama-cpp-bindings@0.5.1-rc.4 tabby@0.5.1-rc.4 tabby-common@0.5.1-rc.4 tabby-download@0.5.1-rc.4 tabby-inference@0.5.1-rc.4 tabby-scheduler@0.5.1-rc.4 Generated by cargo-workspacesv0.5.1-rc.4
parent
69e39e85dd
commit
8d0a7c3dbd
|
|
@ -1772,7 +1772,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http-api-bindings"
|
name = "http-api-bindings"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
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.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
@ -4053,7 +4053,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby"
|
name = "tabby"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
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.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
@ -4119,7 +4119,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby-download"
|
name = "tabby-download"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aim",
|
"aim",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
@ -4131,7 +4131,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby-inference"
|
name = "tabby-inference"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
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.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"file-rotate",
|
"file-rotate",
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Meng Zhang"]
|
authors = ["Meng Zhang"]
|
||||||
homepage = "https://github.com/TabbyML/tabby"
|
homepage = "https://github.com/TabbyML/tabby"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "http-api-bindings"
|
name = "http-api-bindings"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "llama-cpp-bindings"
|
name = "llama-cpp-bindings"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby-common"
|
name = "tabby-common"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby-download"
|
name = "tabby-download"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby-inference"
|
name = "tabby-inference"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby-scheduler"
|
name = "tabby-scheduler"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby"
|
name = "tabby"
|
||||||
version = "0.5.1-rc.3"
|
version = "0.5.1-rc.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue