Skip to content

Commit b187027

Browse files
committed
remove *-comp features
1 parent 1cbe0bd commit b187027

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

redis/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ geospatial = []
2626
json = ["redis/json"]
2727
cluster = ["redis/cluster"]
2828
script = ["redis/script"]
29-
tls-native-tls = ["redis/tls-native-tls"]
30-
tls-rustls = ["redis/tls-rustls"]
29+
tls-native-tls = ["redis/tls-native-tls", "redis/tokio-native-tls"]
30+
tls-rustls = ["redis/tls-rustls", "redis/tokio-rustls"]
3131
tls-rustls-insecure = ["redis/tls-rustls-insecure"]
3232
tls-rustls-webpki-roots = ["redis/tls-rustls-webpki-roots"]
33-
tokio-comp = ["redis/tokio-comp"]
34-
tokio-native-tls-comp = ["redis/tokio-native-tls-comp"]
35-
tokio-rustls-comp = ["redis/tokio-rustls-comp"]
3633
connection-manager = ["redis/connection-manager"]
3734
streams = []
3835
cluster-async = ["redis/cluster-async"]

0 commit comments

Comments
 (0)