jsonpath-rs unit test for 0.2.2

This commit is contained in:
freestrings
2019-06-19 16:17:58 +09:00
parent fff0e869cb
commit 488e0b400f
4 changed files with 84 additions and 84 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "jsonpath4nodejs"
version = "0.2.0"
version = "0.2.2"
authors = ["Changseok Han <freestrings@gmail.com>"]
description = "jsonpath_lib bindings for nodejs"
keywords = ["library", "jsonpath", "json", "nodejs"]
@ -14,7 +14,7 @@ exclude = ["artifacts.json", "index.node"]
neon-build = "0.2.0"
[dependencies]
jsonpath_lib = "0.2.0"
jsonpath_lib = "0.2.2"
#jsonpath_lib = { path = "../../" }
neon = "0.2.0"
neon-serde = "0.1.1"