-
Notifications
You must be signed in to change notification settings - Fork 73
Dependabot can't resolve your Rust dependency files #174
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
Comments
@dependabot It seems dependabot use a stable version of Cargo to parse A quick workaround would be to change the bot's Dockerfile to use nightly Rust |
Hey @GabrielMajeri, I added this check with this repo in mind, so I think Dependabot is doing the right thing here. You almost certainly know better, though! Looking at your Cargo.toml, it looks like you're using I tried playing around with this repo locally and found that even if I added a |
@greysteil I think that you are correct, https://doc.rust-lang.org/beta/cargo/reference/unstable.html#edition We have to add @greysteil this repository contains many crates that are not part of the root directory, and are not in the same workspace, like the ones in the examples directory. Does |
That's actually a good idea to have, since @gnzlbg When I updated the crates to Rust 2018, I initially used
Which is why I removed that line, and the CI runner has no issue. My |
@greysteil we have added rust-toolchain files to all the crates in the repo (./, ./examples, ./micro_benchmarks, and ./verify/verify). I've left a comment upstream about the issue with the |
^^ Looks like adding By default Dependabot will only run on the root-level
|
Thank you @greysteil |
Dependabot can't resolve your Rust dependency files.
As a result, Dependabot couldn't update your dependencies.
The error Dependabot encountered was:
If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.
You can mention @dependabot in the comments below to contact the Dependabot team.
The text was updated successfully, but these errors were encountered: