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

chore: update rust to 1.80.1 #2362

Merged
merged 1 commit into from
Aug 14, 2024
Merged

chore: update rust to 1.80.1 #2362

merged 1 commit into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. chore: update rust to 1.80.1

    fixes atuinsh#2360
    
    https://blog.rust-lang.org/2024/08/08/Rust-1.80.1.html
    
    `1.80.1` fixes a fairly nasty miscompilation, but that's not my motivation for opening this PR.
    
    If I'm understanding correctly, because the rust patch version was not specified in `rust-toolchain.toml`, nix automatically upgraded to the new version. This broke the hash in `flake.nix` causing the flake to fail to build. Making this upgrade to `1.80.1` explicit, fixes this issue.
    eopb committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ca54170 View commit details
    Browse the repository at this point in the history