We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c79f4f commit 3d8523dCopy full SHA for 3d8523d
Cargo.toml
@@ -25,12 +25,12 @@ mysql = ["sqlx/mysql", "sqlx/json"]
25
26
[dependencies]
27
async-session = "3.0.0"
28
-sqlx = { version = "0.5.5", features = ["chrono"] }
+sqlx = { version = "0.6.0", features = ["chrono"] }
29
async-std = { version = "1.9.0", optional = true }
30
31
[dev-dependencies]
32
async-std = { version = "1.9.0", features = ["attributes"] }
33
34
[dev-dependencies.sqlx]
35
-version = "0.5.5"
+version = "0.6.0"
36
features = ["chrono", "runtime-async-std-native-tls"]
0 commit comments