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 e0e2b98 commit 389b346Copy full SHA for 389b346
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redisearch_api"
3
-version = "0.3.1"
+version = "0.4.0"
4
authors = ["Gavrie Philipson <gavrie@redislabs.com>", "Guy Korland <guy.korland@redislabs.com>"]
5
edition = "2018"
6
description = "Rust RediSearch API binding"
@@ -29,4 +29,4 @@ cmake = "0.1"
29
# Workaround to allow cfg(feature = "test") in redismodue-rs dependencies:
30
# https://github.com/RedisLabsModules/redismodule-rs/pull/68
31
# This requires running the tests with `--features test`
32
-test = ["redis-module/test"]
+test = ["redis-module/test"]
0 commit comments