diff --git a/examples/postgres/todos/Cargo.toml b/examples/postgres/todos/Cargo.toml index 4295b6b0..0654d3be 100644 --- a/examples/postgres/todos/Cargo.toml +++ b/examples/postgres/todos/Cargo.toml @@ -9,6 +9,6 @@ anyhow = "1.0" async-std = { version = "1.4.0", features = [ "attributes" ] } futures = "0.3" paw = "1.0" -sqlx = { path = "../../../", features = ["postgres", "offline"] } +sqlx = { path = "../../../", features = ["postgres", "offline", "runtime-async-std-native-tls"] } structopt = { version = "0.3", features = ["paw"] } dotenv = "0.15.0"