Skip to content

Commit

Permalink
Enable runtime-tokio of sqlx when building sqlx-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored and abonander committed Mar 24, 2023
1 parent 9ac2cb3 commit 14d70fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlx-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ path = "src/bin/cargo-sqlx.rs"
dotenvy = "0.15.0"
tokio = { version = "1.15.0", features = ["macros", "rt", "rt-multi-thread"] }
sqlx = { workspace = true, default-features = false, features = [
"runtime-tokio",
"migrate",
"any",
] }
Expand Down

0 comments on commit 14d70fe

Please sign in to comment.