Skip to content

Commit 408267c

Browse files
committed
add missed upstream features
1 parent b187027 commit 408267c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

redis/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }
2020

2121
[features]
2222
default = ["redis/default"]
23-
acl = []
23+
acl = ["redis/acl"]
2424
aio = ["redis/aio"]
25-
geospatial = []
25+
geospatial = ["redis/geospatial"]
2626
json = ["redis/json"]
2727
cluster = ["redis/cluster"]
2828
script = ["redis/script"]
@@ -31,8 +31,8 @@ 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"]
3333
connection-manager = ["redis/connection-manager"]
34-
streams = []
34+
streams = ["redis/streams"]
3535
cluster-async = ["redis/cluster-async"]
3636
keep-alive = ["redis/keep-alive"]
3737
sentinel = ["redis/sentinel"]
38-
tcp_nodelay = []
38+
tcp_nodelay = ["redis/tcp_nodelay"]

0 commit comments

Comments
 (0)