Skip to content

Commit

Permalink
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.