Skip to content

Commit 28e0efe

Browse files
committed
breaking: delete runtime+TLS combination features
1 parent 7a248d2 commit 28e0efe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Cargo.toml

-8
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ tls-rustls-ring-native-roots = ["sqlx-core/_tls-rustls-ring-native-roots", "sqlx
9292
# No-op feature used by the workflows to compile without TLS enabled. Not meant for general use.
9393
tls-none = []
9494

95-
# Legacy Runtime + TLS features
96-
97-
runtime-async-std-native-tls = ["runtime-async-std", "tls-native-tls"]
98-
runtime-async-std-rustls = ["runtime-async-std", "tls-rustls-ring"]
99-
100-
runtime-tokio-native-tls = ["runtime-tokio", "tls-native-tls"]
101-
runtime-tokio-rustls = ["runtime-tokio", "tls-rustls-ring"]
102-
10395
# for conditional compilation
10496
_rt-async-std = []
10597
_rt-tokio = []

0 commit comments

Comments
 (0)