Skip to content

Commit

Permalink
Release 0.9.0-rc.6
Browse files Browse the repository at this point in the history
aim-downloader@0.9.0-rc.6
http-api-bindings@0.9.0-rc.6
juniper-axum@0.9.0-rc.6
llama-cpp-bindings@0.9.0-rc.6
tabby@0.9.0-rc.6
tabby-common@0.9.0-rc.6
tabby-db@0.9.0-rc.6
tabby-download@0.9.0-rc.6
tabby-inference@0.9.0-rc.6
tabby-scheduler@0.9.0-rc.6
tabby-webserver@0.9.0-rc.6

Generated by cargo-workspaces
  • Loading branch information
wsxiaoys committed Mar 6, 2024
1 parent 0ea3c5b commit 4d91e23
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
]

[workspace.package]
version = "0.9.0-rc.5"
version = "0.9.0-rc.6"
edition = "2021"
authors = ["Meng Zhang"]
homepage = "https://github.com/TabbyML/tabby"
Expand Down
2 changes: 1 addition & 1 deletion crates/http-api-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-api-bindings"
version = "0.9.0-rc.5"
version = "0.9.0-rc.6"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/llama-cpp-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llama-cpp-bindings"
version = "0.9.0-rc.5"
version = "0.9.0-rc.6"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby-common"
version = "0.9.0-rc.5"
version = "0.9.0-rc.6"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-download/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby-download"
version = "0.9.0-rc.5"
version = "0.9.0-rc.6"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-inference/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby-inference"
version = "0.9.0-rc.5"
version = "0.9.0-rc.6"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby-scheduler"
version = "0.9.0-rc.5"
version = "0.9.0-rc.6"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby"
version = "0.9.0-rc.5"
version = "0.9.0-rc.6"
edition = "2021"

[features]
Expand Down

0 comments on commit 4d91e23

Please sign in to comment.