Fix bug: eq, hash. Bump up 0.1.6

This commit is contained in:
freestrings
2019-03-22 12:17:45 +09:00
parent b24a8c18a9
commit 8e1a0f84e1
10 changed files with 231 additions and 171 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "jsonpath-rs"
version = "0.1.1"
version = "0.1.2"
authors = ["Changseok Han <freestrings@gmail.com>"]
description = "JsonPath engine for NodeJs with Rust native implementation."
keywords = ["library", "jsonpath", "json"]