Skip to content

Commit 389b346

Browse files
committed
set version to 0.4.0
1 parent e0e2b98 commit 389b346

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.1"
3+
version = "0.4.0"
44
authors = ["Gavrie Philipson <gavrie@redislabs.com>", "Guy Korland <guy.korland@redislabs.com>"]
55
edition = "2018"
66
description = "Rust RediSearch API binding"
@@ -29,4 +29,4 @@ cmake = "0.1"
2929
# Workaround to allow cfg(feature = "test") in redismodue-rs dependencies:
3030
# https://github.com/RedisLabsModules/redismodule-rs/pull/68
3131
# This requires running the tests with `--features test`
32-
test = ["redis-module/test"]
32+
test = ["redis-module/test"]

0 commit comments

Comments
 (0)