Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 0a7ee02

Browse files
committed
Use the released redisearch_api crate
1 parent c56ca57 commit 0a7ee02

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ serde_json = "1.0"
1313
libc = "0.2"
1414
jsonpath_lib = { git="https://github.com/gkorland/jsonpath.git", branch="reaplce_with_ownership_parser" }
1515
redis-module = { version="0.5.0", features = ["experimental-api"]}
16-
[dependencies.redisearch_api]
17-
git = "https://github.com/RediSearch/redisearch-api-rs.git"
18-
tag = "v0.2.0"
16+
redisearch_api = "0.2.1"

0 commit comments

Comments
 (0)