onelson / jq-rs

Rust crate to provide programmatic access to `jq`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs.rs build fails

est31 opened this issue · comments

commented

The docs.rs build is failing. I suggest enabling the bundled feature on docs.rs by doing this in the Cargo.toml:

[package.metadata.docs.rs]
features = ["bundled"]

Thanks for reporting. I also saw the issues opened against jq-sys. I'll dig in.

commented

@onelson thanks for looking into the issues!

Fixed with the release of v0.2.1.

Thanks so much for bringing this to my attention @est31.