Skip to content

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

Cargo.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.21.0-dev.0"
27+
version = "0.23.0-rc0"
2828
edition = "2021"
2929
authors = ["TabbyML Team"]
3030
homepage = "https://github.com/TabbyML/tabby"

crates/sqlx-migrate-validate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ sqlx = { workspace = true, features = ["sqlite", "runtime-tokio"] }
1313
[dev-dependencies]
1414
anyhow.workspace = true
1515
tokio = { workspace = true, features = ["macros", "rt"] }
16-
sqlx-rt = { version = "0.6", features = [ "runtime-tokio-rustls" ] }
16+
sqlx-rt = { version = "0.6", features = [ "runtime-tokio-rustls" ] }

crates/tabby-download/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tabby-download"
3-
version = "0.21.0-dev.0"
3+
version = "0.23.0-rc0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)