Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1cbe0bd

Browse files
committedDec 22, 2023
remove async-std-* exposes
1 parent 8c81c4b commit 1cbe0bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎redis/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ tls-native-tls = ["redis/tls-native-tls"]
3030
tls-rustls = ["redis/tls-rustls"]
3131
tls-rustls-insecure = ["redis/tls-rustls-insecure"]
3232
tls-rustls-webpki-roots = ["redis/tls-rustls-webpki-roots"]
33-
async-std-comp = ["redis/async-std-comp"]
34-
async-std-native-tls-comp = ["redis/async-std-native-tls-comp"]
35-
async-std-rustls-comp = ["redis/async-std-rustls-comp"]
3633
tokio-comp = ["redis/tokio-comp"]
3734
tokio-native-tls-comp = ["redis/tokio-native-tls-comp"]
3835
tokio-rustls-comp = ["redis/tokio-rustls-comp"]

0 commit comments

Comments
 (0)
Please sign in to comment.