We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda613e commit c0107b2Copy full SHA for c0107b2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redisearch_api"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["Gavrie Philipson <gavrie@redislabs.com>", "Guy Korland <guy.korland@redislabs.com>"]
5
edition = "2018"
6
description = "Rust RediSearch API binding"
@@ -13,7 +13,7 @@ name = "hello_redisearch"
13
crate-type = ["cdylib"]
14
15
[dependencies]
16
-redis-module = { version="0.7.0", features = ["experimental-api"]}
+redis-module = { version="0.9.0", features = ["experimental-api"]}
17
bitflags = "1.1"
18
libc = "0.2"
19
time = "0.1"
0 commit comments