1
1
mirror of https://github.com/ellie/atuin.git synced 2024-10-04 00:19:39 +03:00
atuin/rust-toolchain.toml
Ethan Brierley d264840b38
chore: update rust to 1.80.1 (#2362)
fixes #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.
2024-08-14 12:35:36 +01:00

3 lines
31 B
TOML

[toolchain]
channel = "1.80.1"