jsonpath-rs version up 0.1.10

This commit is contained in:
freestrings
2019-05-15 14:06:32 +09:00
parent 503ee9ae13
commit 765f04ce5d
2 changed files with 4 additions and 3 deletions

View File

@ -10,8 +10,9 @@ Pre-built 바이너리는 제공하진 않고 소스를 컴파일해서 설치
Build from source instead of using pre-built binary, and if Rust is not installed, the latest version is automatically installed. Build from source instead of using pre-built binary, and if Rust is not installed, the latest version is automatically installed.
> Not yet tested in Windows > Not yet tested in Windows.
> Supported node version is under v12.0
> Supported node version is under v12.0.
## APIs ## APIs

View File

@ -1,6 +1,6 @@
{ {
"name": "jsonpath-rs", "name": "jsonpath-rs",
"version": "0.1.9", "version": "0.1.10",
"description": "It is JsonPath implementation. The core implementation is written in Rust", "description": "It is JsonPath implementation. The core implementation is written in Rust",
"author": "Changseok Han <freestrings@gmail.com>", "author": "Changseok Han <freestrings@gmail.com>",
"license": "MIT", "license": "MIT",