Skip to content

Commit 0897000

Browse files
paolobarboliniAandreba
authored andcommitted
Enable runtime-tokio of sqlx when building sqlx-cli
1 parent 76b3296 commit 0897000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlx-cli/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ path = "src/bin/cargo-sqlx.rs"
2828
dotenvy = "0.15.0"
2929
tokio = { version = "1.15.0", features = ["macros", "rt", "rt-multi-thread"] }
3030
sqlx = { workspace = true, default-features = false, features = [
31+
"runtime-tokio",
3132
"migrate",
3233
"any",
3334
] }

0 commit comments

Comments
 (0)