From 212a8434a8b589668fb9840e2c7bc359b6bf2918 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 27 Oct 2025 09:02:33 +0000 Subject: [PATCH] Bump Rust 1.89 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We can't upgrade to 1.90 because NixOS breaks. 🙂‍↔️ Signed-off-by: Jason Volk --- Cargo.toml | 2 +- flake.nix | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9cecb213..5a8be6d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ keywords = [ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/matrix-construct/tuwunel" -rust-version = "1.88.0" +rust-version = "1.89.0" version = "1.4.5" [workspace.metadata.crane] diff --git a/flake.nix b/flake.nix index 0a3e954b..aa2978c9 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ file = ./rust-toolchain.toml; # See also `rust-toolchain.toml` - sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk="; + sha256 = "sha256-+9FmLhAOezBZCOziO0Qct1NOrfpjNsXxc/8I0c7BdKE="; }; mkScope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a1afc235..28ba8200 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -9,7 +9,7 @@ # If you're having trouble making the relevant changes, bug a maintainer. [toolchain] -channel = "1.88.0" +channel = "1.89.0" profile = "minimal" components = [ # For rust-analyzer