Skip to content

Commit

Permalink
Release 0.12.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 11, 2024
1 parent 174bbae commit f8face2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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 @@ -17,7 +17,7 @@ members = [
]

[workspace.package]
version = "0.11.0-dev.0"
version = "0.12.0-dev.0"
edition = "2021"
authors = ["TabbyML Team"]
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
Expand Up @@ -20,4 +20,4 @@ tabby-inference = { path = "../tabby-inference" }
tracing.workspace = true

[dev-dependencies]
tokio ={ workspace = true, features = ["rt", "macros"]}
tokio ={ workspace = true, features = ["rt", "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.11.0-dev.0"
version = "0.12.0-dev.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit f8face2

Please sign in to comment.