From 97d3fa31d2b1b87499169eb7af43e688880f2d1b Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:02:56 +0100 Subject: [PATCH] Bump MSRV to 1.60 Unblocks #797. Also removes clippy.toml since clippy MSRV is inferred from manifest rust-version. --- Cargo.toml | 2 +- clippy.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 clippy.toml diff --git a/Cargo.toml b/Cargo.toml index f235bb365..2b1f644d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "bytes" # - Create "v1.x.y" git tag. version = "1.11.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.60" license = "MIT" authors = [ "Carl Lerche ", diff --git a/clippy.toml b/clippy.toml deleted file mode 100644 index 5cccb362c..000000000 --- a/clippy.toml +++ /dev/null @@ -1 +0,0 @@ -msrv = "1.57"