chore: move permissive-json-pointer in the meilisearch repository

Update permissive-json-pointer/src/lib.rs

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
Tamo
2022-04-20 17:44:08 +02:00
parent 4a9000bb96
commit 1ef87cc6d0
6 changed files with 941 additions and 3 deletions

View File

@ -36,7 +36,7 @@ num_cpus = "1.13.1"
obkv = "0.2.0"
once_cell = "1.10.0"
parking_lot = "0.12.0"
permissive-json-pointer = "0.2.0"
permissive-json-pointer = { path = "../permissive-json-pointer" }
rand = "0.8.5"
rayon = "1.5.1"
regex = "1.5.5"