From f86ab0cd03764e8c1d1ca14c8cda839748be5577 Mon Sep 17 00:00:00 2001 From: strawberry Date: Tue, 13 Aug 2024 19:23:32 -0400 Subject: [PATCH] bump rust toolchain to hotfix 1.80.1 Signed-off-by: strawberry --- 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 4f808d28..2f2a6793 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ license = "Apache-2.0" # See also `rust-toolchain.toml` readme = "README.md" repository = "https://github.com/girlbossceo/conduwuit" -rust-version = "1.80.0" +rust-version = "1.80.1" version = "0.4.6" [workspace.metadata.crane] diff --git a/flake.nix b/flake.nix index 84ec86a2..9754b532 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ file = ./rust-toolchain.toml; # See also `rust-toolchain.toml` - sha256 = "sha256-6eN/GKzjVSjEhGO9FhWObkRFaE1Jf+uqMSdQnb8lcB4="; + sha256 = "sha256-3jVIIf5XPnUU1CRaTyAiO0XHVbJl12MSx3eucTXCjtE="; }; mkScope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 098a99e6..a21340c2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -11,7 +11,7 @@ # If you're having trouble making the relevant changes, bug a maintainer. [toolchain] -channel = "1.80.0" +channel = "1.80.1" components = [ # For rust-analyzer "rust-src",