Skip to content
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

fix: simplify Rust toolchain setup to avoid manual hash updates #25

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

krovuxdev
Copy link
Contributor

Previously, every time we updated rustc or cargo, we had to manually update the sha256 hash for the rust-toolchain.toml file. This process was tedious and prone to errors.

By switching to fenix.${system}.minimal.toolchain, we eliminate the need to manage the hash manually. This configuration simplifies updates and reduces the likelihood of errors.

@romancitodev romancitodev merged commit 0b8afaf into romancitodev:main Sep 2, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants