Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 @@ -22,7 +22,7 @@ members = [
]

[workspace.package]
version = "0.16.0"
version = "0.16.1-rc.0"
edition = "2021"
authors = ["TabbyML Team"]
homepage = "https://github.com/TabbyML/tabby"
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.16.0"
version = "0.16.1-rc.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-index-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tantivy.workspace = true
tabby-common = { path = "../tabby-common" }
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_json.workspace = true

0 comments on commit b161ef9

Please sign in to comment.