We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "reason": "compiler-artifact", "package_id": "pyo3-ffi 0.17.3 (path+file:///home/runner/work/pyo3/pyo3/pyo3-ffi)", "target": { "kind": [ "lib" ], "crate_types": [ "lib" ], "name": "pyo3-ffi", "src_path": "/home/runner/work/pyo3/pyo3/pyo3-ffi/src/lib.rs", "edition": "2018", "doctest": true, "test": true }, "profile": { "opt_level": "0", "debuginfo": 2, "debug_assertions": true, "overflow_checks": true, "test": false }, "features": [ "default", "extension-module" ], "filenames": [ "/home/runner/work/pyo3/pyo3/target/x86_64-unknown-linux-gnu/debug/deps/libpyo3_ffi-20b19129a10dabc9.rlib", "/home/runner/work/pyo3/pyo3/target/x86_64-unknown-linux-gnu/debug/deps/libpyo3_ffi-20b19129a10dabc9.rmeta" ], "executable": null, "fresh": false }
The above json doesn't contain the manifest-path field, after #195 it can't be parsed into a Message::Artifact and becomes Message::TextLine.
manifest-path
Message::Artifact
Message::TextLine
The text was updated successfully, but these errors were encountered:
#[serde(default)]
Artifact::manifest_path
Merge #1279
150aa5c
1279: Downgrade cargo_metadata to 0.15.0 r=messense a=messense See oli-obk/cargo_metadata#212 Co-authored-by: messense <[email protected]>
published as 0.15.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The above json doesn't contain the
manifest-path
field, after #195 it can't be parsed into aMessage::Artifact
and becomesMessage::TextLine
.The text was updated successfully, but these errors were encountered: