From 231d87c47ee2aebcb1cb85aad261e1d762e83da0 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 9 Mar 2025 22:27:38 +0000 Subject: chore: update rust toolchain to 1.85 (#2618) * chore: update rust toolchain to 1.85 * nix things * make clippy happy I've replaced a bunch of &Option with Option. They were not in hot loops, so a single clone is really no big deal + keeps things simpler. * fmt --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4c9383f0..ec6e7555 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ fenix.packages.${system}.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-yMuSb5eQPO/bHv+Bcf/US8LVMbf/G/0MSfiPwBhiPpk="; + sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU="; }; in pkgs.makeRustPlatform { -- cgit v1.3.1