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

Commit c56ca57

Browse files
committed
update cargo to use redis_module crate
1 parent 112bc6c commit c56ca57

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ bson = "0.14"
1212
serde_json = "1.0"
1313
libc = "0.2"
1414
jsonpath_lib = { git="https://github.com/gkorland/jsonpath.git", branch="reaplce_with_ownership_parser" }
15-
16-
[dependencies.redis-module]
17-
git = "https://github.com/redislabsmodules/redismodule-rs.git"
18-
tag = "v0.5.0"
19-
features = ["experimental-api"]
20-
15+
redis-module = { version="0.5.0", features = ["experimental-api"]}
2116
[dependencies.redisearch_api]
2217
git = "https://github.com/RediSearch/redisearch-api-rs.git"
23-
tag = "v0.2.0"
18+
tag = "v0.2.0"

0 commit comments

Comments
 (0)