aboutsummaryrefslogtreecommitdiff
path: root/nix/compile.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/compile.nix')
-rw-r--r--nix/compile.nix2
1 files changed, 1 insertions, 1 deletions
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" ];
};