From 33e6db8b72cc19ce140d3d52428d6d23ed364046 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 7 Feb 2024 17:34:00 +0100 Subject: [dep-upgrade-202402] update rustc to 1.73 --- nix/compile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/compile.nix') 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 { -- cgit v1.2.3