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 f74ae36 commit 5105aafCopy full SHA for 5105aaf
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redisearch_api"
3
-version = "0.4.0"
+version = "0.4.1"
4
authors = ["Gavrie Philipson <gavrie@redislabs.com>", "Guy Korland <guy.korland@redislabs.com>"]
5
edition = "2018"
6
description = "Rust RediSearch API binding"
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
14
15
16
[dependencies]
17
-redis-module = { version="0.9.0", features = ["experimental-api"]}
+redis-module = { version="0.9.1", features = ["experimental-api"]}
18
bitflags = "1.1"
19
libc = "0.2"
20
time = "0.1"
0 commit comments