-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Increase cargo_metadata version to 0.9.1 #5669
New issue
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
Conversation
`clippy_lints` makes use of `dep_kinds` on `NodeDep` but this was only added in versoin 0.9.1. Compiling with 0.9.0 will fail because of this.
r? @phansch (rust_highfive has picked a reviewer for you, use r? to override) |
The latest version of cargo_metadata is 0.10.0. I don't know if there is any reason not to switch to that but I kept this change conservative. |
@bors r+ |
📌 Commit 6122612 has been approved by |
Increase cargo_metadata version to 0.9.1 `clippy_lints` makes use of `dep_kinds` on `NodeDep` but this was only added in versoin 0.9.1. Compiling with 0.9.0 will fail because of this.
💔 Test failed - checks-action_test |
@bors retry |
Increase cargo_metadata version to 0.9.1 `clippy_lints` makes use of `dep_kinds` on `NodeDep` but this was only added in versoin 0.9.1. Compiling with 0.9.0 will fail because of this. changelog: none
💔 Test failed - checks-action_test |
Hmm.. some integration tests failed with @bors retry |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
@phansch that happens if a rustc PR gets merged between the |
clippy_lints
makes use ofdep_kinds
onNodeDep
but this was onlyadded in versoin 0.9.1. Compiling with 0.9.0 will fail because of this.
changelog: none