From 4d2edd57036955c79da963dfda09ce072ca2de1a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 29 Dec 2023 02:11:01 +0530 Subject: [PATCH] feat: upgrade to Rust 1.75.0 --- flake.nix | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5c83d17..fd4c514 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ rustStable = (import fenix {inherit pkgs;}).fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-rLP8+fTxnPHoR96ZJiCa/5Ans1OojI7MLsmSqR2ip8o="; + sha256 = "sha256-SXRtAuO4IqNOQq+nLbrsDFbVk+3aVA8NNpSZsKlVH/8="; }; craneLib = (crane.mkLib pkgs).overrideToolchain rustStable; diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 67d42fe..6a72d66 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.73.0" +channel = "1.75.0" components = ["clippy", "rustfmt", "rust-src"] targets = ["x86_64-unknown-linux-gnu"] profile = "minimal"