Skip to content

Commit

Permalink
Release 0.14.0-rc.0
Browse files Browse the repository at this point in the history
aim-downloader@0.14.0-rc.0
http-api-bindings@0.14.0-rc.0
llama-cpp-server@0.14.0-rc.0
ollama-api-bindings@0.14.0-rc.0
tabby@0.14.0-rc.0
tabby-common@0.14.0-rc.0
tabby-crawler@0.14.0-rc.0
tabby-db@0.14.0-rc.0
tabby-db-macros@0.14.0-rc.0
tabby-download@0.14.0-rc.0
tabby-git@0.14.0-rc.0
tabby-index@0.14.0-rc.0
tabby-inference@0.14.0-rc.0
tabby-schema@0.14.0-rc.0
tabby-webserver@0.14.0-rc.0

Generated by cargo-workspaces
  • Loading branch information
wsxiaoys committed Jul 15, 2024
1 parent 15ffe67 commit 5fb1ffa
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 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 @@ -21,7 +21,7 @@ members = [
]

[workspace.package]
version = "0.13.0-dev.0"
version = "0.14.0-rc.0"
edition = "2021"
authors = ["TabbyML Team"]
homepage = "https://github.com/TabbyML/tabby"
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-crawler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ htmd = "0.1"

[dev-dependencies]
tracing-test.workspace = true
tokio = { workspace = true, features = ["macros"] }
tokio = { workspace = true, features = ["macros"] }
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.13.0-dev.0"
version = "0.14.0-rc.0"
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
Expand Up @@ -18,4 +18,4 @@ tabby-common = { path = "../tabby-common" }
trie-rs = "0.1.1"
async-openai.workspace = true
secrecy = "0.8"
reqwest.workspace = true
reqwest.workspace = true

0 comments on commit 5fb1ffa

Please sign in to comment.