From 5efcdc0de3121da18e7531a9f8196ef38cecd93c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 25 Apr 2023 14:46:47 +0200 Subject: Update rust toolchain to 1.68 and simplify Nix stuff --- 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 54e920db..c2f557da 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.63.0"; + rustVersion = "1.68.0"; extraRustComponents = [ "clippy" ]; } else { rustToolchain = pkgs.symlinkJoin { -- cgit v1.2.3