From 644099e8aefb2fcb6bf2dc71adbd43a68287ff2f Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 6 Nov 2025 16:16:43 -0800 Subject: chore: update to rust 1.91 (#2981) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6d503017..54f218e5 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ fenix.packages.${system}.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-SJwZ8g0zF2WrKDVmHrVG3pD2RGoQeo24MEXnNx5FyuI="; + sha256 = "sha256-2eWc3xVTKqg5wKSHGwt1XoM/kUBC6y3MWfKg74Zn+fY="; }; in pkgs.makeRustPlatform { -- cgit v1.3.1