From a97520b0e98ec09f73a4c5bd49e591f857674c74 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 28 Apr 2024 11:45:42 -0400 Subject: [PATCH] bump MSRV to 1.76.0 there's really no point in trying to stay as low as possible for us, and this makes development easier. Debian users should just use rustup, Nix users already get the proper toolchains. Signed-off-by: strawberry --- Cargo.toml | 2 +- flake.nix | 2 +- rust-toolchain.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7036caf5b..2302972af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ version = "0.3.0" edition = "2021" # See also `rust-toolchain.toml` -rust-version = "1.75.0" +rust-version = "1.76.0" [dependencies] diff --git a/flake.nix b/flake.nix index d4757476d..0cd59dfda 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ file = ./rust-toolchain.toml; # See also `rust-toolchain.toml` - sha256 = "sha256-SXRtAuO4IqNOQq+nLbrsDFbVk+3aVA8NNpSZsKlVH/8="; + sha256 = "sha256-e4mlaJehWBymYxJGgnbuCObVlqMlQSilZ8FljG9zPHY="; }; scope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c570550fd..e2636774c 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.75.0" +channel = "1.76.0" components = [ # For rust-analyzer "rust-src", @@ -20,4 +20,4 @@ targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl", -] \ No newline at end of file +]