mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 13:46:32 +00:00
feat: begin work on postgres
This commit is contained in:
@@ -43,7 +43,7 @@ actix-rt = { version = "2.0.0-beta.2", optional = true }
|
||||
_async-std = { version = "1.8", optional = true, package = "async-std" }
|
||||
futures-util = { version = "0.3", optional = true, features = ["io"] }
|
||||
_tokio = { version = "1.0", optional = true, package = "tokio", features = ["net", "io-util"] }
|
||||
async-compat = { version = "*", git = "https://github.com/taiki-e/async-compat", branch = "tokio1", optional = true }
|
||||
async-compat = { version = "*", git = "https://github.com/smol-rs/async-compat", branch = "master", optional = true }
|
||||
futures-io = { version = "0.3", optional = true }
|
||||
futures-core = { version = "0.3", optional = true }
|
||||
bytes = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user