diff --git a/nix/compile.nix b/nix/compile.nix index 6a92e479..c9cbebd5 100644 --- a/nix/compile.nix +++ b/nix/compile.nix @@ -20,7 +20,7 @@ let }; toolchainOptions = { - rustVersion = "1.73.0"; + rustVersion = "1.77.0"; extraRustComponents = [ "clippy" ]; };