Skip to content

Commit

Permalink
update redismodule-rs version and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed May 13, 2020
1 parent eda613e commit c0107b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redisearch_api"
version = "0.3.0"
version = "0.3.1"
authors = ["Gavrie Philipson <gavrie@redislabs.com>", "Guy Korland <guy.korland@redislabs.com>"]
edition = "2018"
description = "Rust RediSearch API binding"
Expand All @@ -13,7 +13,7 @@ name = "hello_redisearch"
crate-type = ["cdylib"]

[dependencies]
redis-module = { version="0.7.0", features = ["experimental-api"]}
redis-module = { version="0.9.0", features = ["experimental-api"]}
bitflags = "1.1"
libc = "0.2"
time = "0.1"
Expand Down

0 comments on commit c0107b2

Please sign in to comment.