From 0ddb60de89b0b99347aab66632ab2a91fcf57df9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 28 Jul 2024 02:16:05 +0530 Subject: [PATCH] chore: upgrade to new Rust nightly --- flake.nix | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 95ac33b..9b76a93 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-06+9aeJuWbe9VpXKV60/nyNK3BLGoSUFljQFfpXDOuY="; + sha256 = "sha256-JZmAwvZMqxCL1f5jzPeho7ZoaaesUvIvXEf4gAtC5Mg="; }; craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly; diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9fef09a..6e4807a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-05-25" +channel = "nightly-2024-07-25" components = ["clippy", "rustfmt", "rust-src"] targets = ["x86_64-unknown-linux-gnu"] profile = "minimal"