Release 0.5.0-rc.1
http-api-bindings@0.5.0-rc.1 llama-cpp-bindings@0.5.0-rc.1 tabby@0.5.0-rc.1 tabby-common@0.5.0-rc.1 tabby-download@0.5.0-rc.1 tabby-inference@0.5.0-rc.1 tabby-scheduler@0.5.0-rc.1 Generated by cargo-workspaceswsxiaoys-patch-2 v0.5.0-rc.1
parent
01b95de8a1
commit
f97cdf2ad9
|
|
@ -1176,7 +1176,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http-api-bindings"
|
name = "http-api-bindings"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures",
|
"futures",
|
||||||
|
|
@ -1489,7 +1489,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "llama-cpp-bindings"
|
name = "llama-cpp-bindings"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
@ -2823,7 +2823,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby"
|
name = "tabby"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert-json-diff",
|
"assert-json-diff",
|
||||||
|
|
@ -2872,7 +2872,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby-common"
|
name = "tabby-common"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
@ -2889,7 +2889,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby-download"
|
name = "tabby-download"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
@ -2909,7 +2909,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby-inference"
|
name = "tabby-inference"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
@ -2922,7 +2922,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby-scheduler"
|
name = "tabby-scheduler"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"file-rotate",
|
"file-rotate",
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
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.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "llama-cpp-bindings"
|
name = "llama-cpp-bindings"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby-common"
|
name = "tabby-common"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby-download"
|
name = "tabby-download"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby-inference"
|
name = "tabby-inference"
|
||||||
version = "0.5.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
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.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
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.0-rc.0"
|
version = "0.5.0-rc.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue