From 817df1a9e6ee2f49a3fa03917f03836602f21ce3 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Mon, 15 Dec 2025 13:48:36 +0100 Subject: [PATCH] Bump MSRV to Rust 1.90 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbd9808fdd..bd06571cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] # Please update rustfmt.toml when bumping the Rust edition edition = "2024" -rust-version = "1.89" +rust-version = "1.90" homepage = "https://docs.astral.sh/ruff" documentation = "https://docs.astral.sh/ruff" repository = "https://github.com/astral-sh/ruff"