Skip to content

Commit ae64a33

Browse files
authored
Use experimental api feature for RediSearch support (#5)
1 parent 3e192c5 commit ae64a33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ libc = "0.2"
1717
time = "0.1"
1818
enum-primitive-derive = "0.1.2"
1919
num-traits = "0.2.8"
20-
redismodule = { git = "https://github.com/RedisLabsModules/redismodule-rs.git", branch = "master" }
20+
21+
[dependencies.redismodule]
22+
git = "https://github.com/redislabsmodules/redismodule-rs.git"
23+
branch = "master"
24+
features = ["experimental-api"] # Required by RediSearch
2125

2226
[build-dependencies]
2327
bindgen = "0.51"

0 commit comments

Comments
 (0)