Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upProperly document minimum version and test it #1100
Comments
Arcterus
closed this
in
#1101
Dec 5, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
skade commentedDec 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
coreutilswould document the current minimum version of rustc it currently needs and tests against that.