Closed forensicmatt closed 4 years ago
Until a release is made, I found that adding the following lines to Cargo.toml
will enable compiling with the latest master
branch, which fixes this issue already:
[replace]
"jmespath:0.2.0" = { git = "https://github.com/jmespath/jmespath.rs" }
yes but you can not release/publish to crates.io, it's why I manually vendored the code into my crate (including update to edition 2018, I could made a PR if project's owner want it).
This has been fixed in https://github.com/jmespath/jmespath.rs/commit/1ad855ce482908036cd46a9730ba70363c86218e for master. I am closing this issue.
serde_json errors when compiling master: