aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-08-26 19:08:00 +0000
committerAlex <alex@adnab.me>2024-08-26 19:08:00 +0000
commit615698df7d2d3867fd3d9cbdf8d8849a9de358bf (patch)
treee59fa2ff6e89ef17a064f823ec8408c531a4f800 /nix
parent52f6c0760b72cfe38baaaea62b649e35a9397fd1 (diff)
parent7061fa5a56ff8777c9721a4ffe034e2173a0934d (diff)
downloadgarage-615698df7d2d3867fd3d9cbdf8d8849a9de358bf.tar.gz
garage-615698df7d2d3867fd3d9cbdf8d8849a9de358bf.zip
Merge pull request 'update compiler to Rust 1.77' (#866) from rust-1.77 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/866
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 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" ];
};