1
1
mirror of https://github.com/ellie/atuin.git synced 2024-07-14 16:20:24 +03:00

chore: update to rust 1.78

This commit is contained in:
Ellie Huxtable 2024-06-13 11:18:32 +00:00
parent 4ee7db5c54
commit 5f2df6584d
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
fenix.packages.${system}.fromToolchainFile
{
file = ./rust-toolchain.toml;
sha256 = "sha256-7QfkHty6hSrgNM0fspycYkRcB82eEqYa4CoAJ9qA3tU=";
sha256 = "sha256-opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU=";
};
in
pkgs.makeRustPlatform {

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "1.77"
channel = "1.78"