Support building with Rust stable #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
I have just pushed
countryfetchto the Arch Linux official repositories: https://archlinux.org/packages/extra/x86_64/countryfetch/However, it is using
cargo-nightlyto build which 1. breaks the reproducibility of the package 2. make the users depend onrustup.I looked at the code and the dependency on Rust nightly seems pretty trivial (due to
letchains), I can send a PR to fix it :)