Skip to content

Commit b4b034a

Browse files
committed
v0.6.43
1 parent 1201df8 commit b4b034a

File tree

7 files changed

+74
-72
lines changed

7 files changed

+74
-72
lines changed

Cargo.lock

Lines changed: 63 additions & 61 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
@@ -20,7 +20,7 @@ members = [
2020

2121
[package]
2222
name = "sqlx-oldapi"
23-
version = "0.6.42"
23+
version = "0.6.43"
2424
license = "MIT OR Apache-2.0"
2525
readme = "README.md"
2626
repository = "https://github.com/lovasoa/sqlx"
@@ -126,8 +126,8 @@ bstr = ["sqlx-core/bstr"]
126126
git2 = ["sqlx-core/git2"]
127127

128128
[dependencies]
129-
sqlx-core = { package = "sqlx-core-oldapi", version = "0.6.42", path = "sqlx-core", default-features = false }
130-
sqlx-macros = { package = "sqlx-macros-oldapi", version = "0.6.42", path = "sqlx-macros", default-features = false, optional = true }
129+
sqlx-core = { package = "sqlx-core-oldapi", version = "0.6.43", path = "sqlx-core", default-features = false }
130+
sqlx-macros = { package = "sqlx-macros-oldapi", version = "0.6.43", path = "sqlx-macros", default-features = false, optional = true }
131131

132132
[dev-dependencies]
133133
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
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
# Primary crates
1010
axum = { version = "0.5.13", features = ["macros"] }
11-
sqlx = { package = "sqlx-oldapi", version = "0.6.42", path = "../../../", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
11+
sqlx = { package = "sqlx-oldapi", version = "0.6.43", path = "../../../", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
1212
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] }
1313

1414
# Important secondary crates

0 commit comments

Comments
 (0)