From f11c7b22ba2b9cf715b47148c00cbc871609fbaa Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Sun, 6 Sep 2026 17:40:11 +0000 Subject: [PATCH] Bump Rust to 1.98.1 --- flake.nix | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ed1c59f..7d31ac3 100644 --- a/flake.nix +++ b/flake.nix @@ -90,7 +90,7 @@ # Pins the Rust toolchain rustToolchain = fenix.packages.${system}.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-P30Tm3O7vQAE725YtDCDHGjNrSsfZO4us11UwJGZSJo="; + sha256 = "sha256-p8h3Sl/YRByZfZTAKXdsvF6xEenXKrXSVvpphmZENH4="; }; # Rust package diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 23de054..06581a9 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. profile = "default" -channel = "1.98" +channel = "1.98.1"