Skip to content

Commit bfa05eb

Browse files
committed
0.6.49-beta.3
1 parent 2de0fd2 commit bfa05eb

File tree

8 files changed

+63
-69
lines changed

8 files changed

+63
-69
lines changed

Cargo.lock

Lines changed: 49 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ unexpected_cfgs = { level = "warn", check-cfg = [
2626

2727
[package]
2828
name = "sqlx-oldapi"
29-
version = "0.6.49-beta.2"
29+
version = "0.6.49-beta.3"
3030
license = "MIT OR Apache-2.0"
3131
readme = "README.md"
3232
repository = "https://github.com/lovasoa/sqlx"
@@ -155,8 +155,8 @@ bstr = ["sqlx-core/bstr"]
155155
git2 = ["sqlx-core/git2"]
156156

157157
[dependencies]
158-
sqlx-core = { package = "sqlx-core-oldapi", version = "0.6.49-beta.2", path = "sqlx-core", default-features = false }
159-
sqlx-macros = { package = "sqlx-macros-oldapi", version = "0.6.49-beta.2", path = "sqlx-macros", default-features = false, optional = true }
158+
sqlx-core = { package = "sqlx-core-oldapi", version = "0.6.49-beta.3", path = "sqlx-core", default-features = false }
159+
sqlx-macros = { package = "sqlx-macros-oldapi", version = "0.6.49-beta.3", path = "sqlx-macros", default-features = false, optional = true }
160160

161161
[dev-dependencies]
162162
anyhow = "1.0.52"

examples/postgres/axum-social-with-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
# Primary crates
1111
axum = { version = "0.5.13", features = ["macros"] }
12-
sqlx = { package = "sqlx-oldapi", version = "0.6.49-beta.2", path = "../../../", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
12+
sqlx = { package = "sqlx-oldapi", version = "0.6.49-beta.3", path = "../../../", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
1313
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] }
1414

1515
# Important secondary crates

sqlx-bench/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ sqlite = ["sqlx/sqlite"]
3333
criterion = "0.3.3"
3434
dotenvy = "0.15.0"
3535
once_cell = "1.4"
36-
sqlx = { package = "sqlx-oldapi", version = "0.6.49-beta.2", path = "../", default-features = false, features = ["macros"] }
37-
sqlx-rt = { package = "sqlx-rt-oldapi", version = "0.6.49-beta.2", path = "../sqlx-rt", default-features = false }
36+
sqlx = { package = "sqlx-oldapi", version = "0.6.49-beta.3", path = "../", default-features = false, features = ["macros"] }
37+
sqlx-rt = { package = "sqlx-rt-oldapi", version = "0.6.49-beta.3", path = "../sqlx-rt", default-features = false }
3838

3939
chrono = "0.4.19"
4040

0 commit comments

Comments
 (0)