Skip to content

Commit b2c6a07

Browse files
committed
examples: Update to sqlx 0.9
1 parent 7bc6f52 commit b2c6a07

File tree

2 files changed

+55
-81
lines changed

2 files changed

+55
-81
lines changed

Cargo.lock

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

examples/sqlx-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tokio = { version = "1.0", features = ["full"] }
1010
tracing = "0.1"
1111
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1212

13-
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "any", "postgres"] }
13+
sqlx = { version = "=0.9.0-alpha.1", features = ["runtime-tokio", "any", "postgres"] }

0 commit comments

Comments
 (0)