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

Properly document minimum version and test it #1100

Closed
skade opened this Issue Dec 4, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@skade
Contributor

skade commented Dec 4, 2017

coreutils doesn't build on nix due to #1064. Nix only supports Rust 1.17.0 currently: (https://nixos.org/nixos/packages.html, search for "rustc")

It would be less confusing to newcomers if coreutils would document the current minimum version of rustc it currently needs and tests against that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment