aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-01-12 17:37:36 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-01-12 17:37:36 +0100
commit0a15db6960add3e06a130d64b51d6ae55cd2d759 (patch)
treeb11d05db794e8ec6e87cde01484493a90a4a535c /nix
parent295237476e2228cb58b417afe991cc2571a10bff (diff)
downloadgarage-0a15db6960add3e06a130d64b51d6ae55cd2d759.tar.gz
garage-0a15db6960add3e06a130d64b51d6ae55cd2d759.zip
nix build: update rustc to v1.78
Diffstat (limited to '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 c9cbebd5..61955d8a 100644
--- a/nix/compile.nix
+++ b/nix/compile.nix
@@ -20,7 +20,7 @@ let
};
toolchainOptions = {
- rustVersion = "1.77.0";
+ rustVersion = "1.78.0";
extraRustComponents = [ "clippy" ];
};