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

Commit aca6c1a

Browse files
committed
Update dependencies format
1 parent 40f4521 commit aca6c1a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@ bson = "0.13"
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-
redismodule = { git="https://github.com/redislabsmodules/redismodule-rs.git", branch="master" }
16-
redisearch_api = { git = "https://github.com/RediSearch/redisearch-api-rs.git", branch="master" }
15+
16+
[dependencies.redismodule]
17+
git = "https://github.com/redislabsmodules/redismodule-rs.git"
18+
branch = "master"
19+
features = ["experimental-api"]
20+
21+
[dependencies.redisearch_api]
22+
git = "https://github.com/RediSearch/redisearch-api-rs.git"
23+
branch = "master"

0 commit comments

Comments
 (0)