Skip to content

Commit c0107b2

Browse files
committed
update redismodule-rs version and bump version
1 parent eda613e commit c0107b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisearch_api"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Gavrie Philipson <gavrie@redislabs.com>", "Guy Korland <guy.korland@redislabs.com>"]
55
edition = "2018"
66
description = "Rust RediSearch API binding"
@@ -13,7 +13,7 @@ name = "hello_redisearch"
1313
crate-type = ["cdylib"]
1414

1515
[dependencies]
16-
redis-module = { version="0.7.0", features = ["experimental-api"]}
16+
redis-module = { version="0.9.0", features = ["experimental-api"]}
1717
bitflags = "1.1"
1818
libc = "0.2"
1919
time = "0.1"

0 commit comments

Comments
 (0)