-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fill in DEPEND=">=virtual/rust-x.y.x"
using rust-version
from Cargo.toml
#34
Comments
it's BDEPEND |
https://github.com/gyakovlev/gentoo/blob/cad363d50fcbe1f7f84d78660d61a196e61d9b93/eclass/cargo.eclass#L33 |
so if it somehow could read eclass's RUST_DEPEND and only set minimum version only if it's above RUST_DEPEND |
Good catch re We could probably just concatenate the crate and eclass MSRV together, and let portage sort out the resulting minimum. On that note, when does the eclass evaluate |
This is just a paper cut, but I imagine the fix is easy enough.
The text was updated successfully, but these errors were encountered: