aboutsummaryrefslogtreecommitdiff
path: root/databases/redisjson/files/patch-Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'databases/redisjson/files/patch-Cargo.toml')
-rw-r--r--databases/redisjson/files/patch-Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/redisjson/files/patch-Cargo.toml b/databases/redisjson/files/patch-Cargo.toml
deleted file mode 100644
index ee6d36a74288..000000000000
--- a/databases/redisjson/files/patch-Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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: