From ab53167fe8479b063b6ae4a950283f5171e49054 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 25 May 2024 15:43:10 +0530 Subject: [PATCH] feat(rust): upgrade to 2024-05-25 nightly --- flake.nix | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a32bbdd..75e0552 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-Fo3VT4BvAUzTBjRNZQJGy7X5/X+CL0KzNPjmozMl93A="; + sha256 = "sha256-06+9aeJuWbe9VpXKV60/nyNK3BLGoSUFljQFfpXDOuY="; }; craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly; diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 343daf7..9fef09a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-05-24" +channel = "nightly-2024-05-25" components = ["clippy", "rustfmt", "rust-src"] targets = ["x86_64-unknown-linux-gnu"] profile = "minimal"