onelson / jq-rs

Rust crate to provide programmatic access to `jq`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for jq 1.7

onelson opened this issue · comments

Haven't yet looked at what's different. This might be more relevant for the -sys and -src crates than this top-level one.

Off the top of my head, it might make sense to use cargo features to select which version to use, and have this pass through to the deps (but this might be over the top).

Figure out what the plan is after checking out what's different on the jq side.

Relatedly, there was a question about selecting JQ versions here onelson/jq-src#4