Skip to content

Commit

Permalink
chore: bump main to 0.24.0-dev.0 (#3636)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwpaper authored Jan 1, 2025
1 parent 1b09dcd commit b776367
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 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 @@ -24,7 +24,7 @@ members = [
]

[workspace.package]
version = "0.21.0-dev.0"
version = "0.24.0-dev.0"
edition = "2021"
authors = ["TabbyML Team"]
homepage = "https://github.com/TabbyML/tabby"
Expand Down
2 changes: 1 addition & 1 deletion crates/sqlx-migrate-validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ sqlx = { workspace = true, features = ["sqlite", "runtime-tokio"] }
[dev-dependencies]
anyhow.workspace = true
tokio = { workspace = true, features = ["macros", "rt"] }
sqlx-rt = { version = "0.6", features = [ "runtime-tokio-rustls" ] }
sqlx-rt = { version = "0.6", features = [ "runtime-tokio-rustls" ] }
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.21.0-dev.0"
version = "0.24.0-dev.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit b776367

Please sign in to comment.