use rust 1.77 in nix/compile.nix

This commit is contained in:
Alex 2024-08-26 19:02:00 +02:00
parent 8881930cdd
commit 7061fa5a56
Signed by untrusted user: lx
GPG key ID: 0E496D15096376BE

View file

@ -20,7 +20,7 @@ let
};
toolchainOptions = {
rustVersion = "1.73.0";
rustVersion = "1.77.0";
extraRustComponents = [ "clippy" ];
};