From 8840a273b4c49c2b9b7ad54f7d1de8412b3893f7 Mon Sep 17 00:00:00 2001 From: GideonBear <87426140+GideonBear@users.noreply.github.com> Date: Sat, 15 Nov 2025 14:32:33 +0100 Subject: [PATCH] chore!: bump MSRV to 1.87.0 --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 529108ed..9e360e78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ categories = ["os"] keywords = ["upgrade", "update"] license = "GPL-3.0-or-later" repository = "https://github.com/topgrade-rs/topgrade" -rust-version = "1.84.1" +rust-version = "1.87.0" version = "16.4.2" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index fcb78ec5..b8889a3b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.84.1" +channel = "1.87.0"