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 7f73262 commit 8a053baCopy full SHA for 8a053ba
sqlx-rt/Cargo.toml
@@ -34,7 +34,7 @@ async-native-tls = { version = "0.5.0", optional = true }
34
futures-rustls = { version = "0.26", optional = true }
35
async-std = { version = "1.7.0", features = ["unstable"], optional = true }
36
tokio-native-tls = { version = "0.3.0", optional = true }
37
-tokio-rustls = { version = "0.26", optional = true }
+tokio-rustls = { version = "0.26", optional = true, default-features = false }
38
native-tls = { version = "0.2.4", optional = true }
39
once_cell = { version = "1.4", features = ["std"], optional = true }
40
0 commit comments