summaryrefslogtreecommitdiff
path: root/databases/redisjson/files/patch-Cargo.toml
blob: ee6d36a74288f3a857a5e3aa19fd3d414402b9bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Cargo.toml.orig	2021-08-30 07:17:30 UTC
+++ Cargo.toml
@@ -14,7 +14,7 @@ bson = "0.14"
 serde_json = "1.0"
 serde = "1.0"
 libc = "0.2"
-jsonpath_lib = { git = "https://github.com/RedisJSON/jsonpath.git", branch = "generic_json_path" }
+jsonpath_lib = { path="../jsonpath-14af7aa5435f3e676ceb3441ad78b9c8cb3ffa3a/" }
 redis-module = { version="0.23", features = ["experimental-api"]}
 [features]
 # Workaround to allow cfg(feature = "test") in redismodue-rs dependencies: