aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-02-08 14:58:18 +0000
committerAlex <alex@adnab.me>2024-02-08 14:58:18 +0000
commit710680da1523921f518d12e19f8a2e27628e2da2 (patch)
tree40ae7b834d41f572f2ad253c3376dd9dc54c2fc6 /nix
parent3a49f860731cfe1ba9924a0041b78456af9565a4 (diff)
parent33e6db8b72cc19ce140d3d52428d6d23ed364046 (diff)
downloadgarage-710680da1523921f518d12e19f8a2e27628e2da2.tar.gz
garage-710680da1523921f518d12e19f8a2e27628e2da2.zip
Merge pull request 'update toolchain' (#705) from dep-upgrade-202402 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/705
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 efd88bbf..c51188fe 100644
--- a/nix/compile.nix
+++ b/nix/compile.nix
@@ -32,7 +32,7 @@ let
*/
toolchainOptions = if target == null || target == "x86_64-unknown-linux-musl"
|| target == "aarch64-unknown-linux-musl" then {
- rustVersion = "1.68.0";
+ rustVersion = "1.73.0";
extraRustComponents = [ "clippy" ];
} else {
rustToolchain = pkgs.symlinkJoin {