Skip to content

Commit 5105aaf

Browse files
committed
update redismodule-rs version
1 parent f74ae36 commit 5105aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisearch_api"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Gavrie Philipson <gavrie@redislabs.com>", "Guy Korland <guy.korland@redislabs.com>"]
55
edition = "2018"
66
description = "Rust RediSearch API binding"
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414

1515

1616
[dependencies]
17-
redis-module = { version="0.9.0", features = ["experimental-api"]}
17+
redis-module = { version="0.9.1", features = ["experimental-api"]}
1818
bitflags = "1.1"
1919
libc = "0.2"
2020
time = "0.1"

0 commit comments

Comments
 (0)