aboutsummaryrefslogtreecommitdiff
path: root/nix/compile.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-04-25 16:58:57 +0200
committerAlex Auvolat <alex@adnab.me>2023-04-25 16:58:57 +0200
commita1fcf1b175cc11b4e797d81ea483538813732d6d (patch)
tree58220b52d3234725c88bfefee9e09a5ddac03278 /nix/compile.nix
parentfa78d806e3ae40031e80eebb86e4eb1756d7baea (diff)
parent1ecd88c01f0857139921214a264128e5639e31db (diff)
downloadgarage-a1fcf1b175cc11b4e797d81ea483538813732d6d.tar.gz
garage-a1fcf1b175cc11b4e797d81ea483538813732d6d.zip
Merge branch 'main' into next
Diffstat (limited to 'nix/compile.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 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 {