diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-03 16:55:14 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-03 17:46:48 +0100 |
commit | ec1a4759233875f38f3cc6c56a36a62161334dfe (patch) | |
tree | baa34055c892e46f26f3c9ac18371ed0fc43abb4 /nix | |
parent | 390a5d97fece744bcad3c5b7b7d31b2722d0b092 (diff) | |
download | garage-ec1a4759233875f38f3cc6c56a36a62161334dfe.tar.gz garage-ec1a4759233875f38f3cc6c56a36a62161334dfe.zip |
build with rust 1.82.0
Diffstat (limited to 'nix')
-rw-r--r-- | nix/compile.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/compile.nix b/nix/compile.nix index 4e3fdd7a..8cd88d01 100644 --- a/nix/compile.nix +++ b/nix/compile.nix @@ -48,7 +48,7 @@ let inherit (pkgs) lib stdenv; - toolchainFn = (p: p.rust-bin.stable."1.78.0".default.override { + toolchainFn = (p: p.rust-bin.stable."1.82.0".default.override { targets = lib.optionals (target != null) [ rustTarget ]; extensions = [ "rust-src" |