From 65b74277d1f113174ad52cae9ffa93fbef1dc705 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 21 Apr 2026 02:34:35 +0100 Subject: chore: update to rust 1.95 (#3426) ## 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 fffd203f..1e9738d1 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ fenix.packages.${system}.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-qqF33vNuAdU5vua96VKVIwuc43j4EFeEXbjQ6+l4mO4="; + sha256 = "sha256-gh/xTkxKHL4eiRXzWv8KP7vfjSk61Iq48x47BEDFgfk="; }; in pkgs.makeRustPlatform { -- cgit v1.3.1