From b5d356e741dcb38d6efadd5fb7c16ccaf369011d Mon Sep 17 00:00:00 2001 From: Ulyssa Date: Sun, 26 Oct 2025 07:41:37 -0700 Subject: [PATCH] Bump MSRV to 1.89 --- Cargo.toml | 2 +- README.md | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4343605..e5efcaa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" exclude = [".github", "CONTRIBUTING.md"] keywords = ["matrix", "chat", "tui", "vim"] categories = ["command-line-utilities"] -rust-version = "1.88" +rust-version = "1.89" build = "build.rs" [features] diff --git a/README.md b/README.md index 866b7ef9..c253ee65 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ cargo install --locked --path . ## Installation (via `crates.io`) -Install Rust (1.83.0 or above) and Cargo, and then run: +Install Rust (1.89.0 or above) and Cargo, and then run: ``` cargo install --locked iamb diff --git a/rust-toolchain.toml b/rust-toolchain.toml index db377f9f..f663711e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.88" +channel = "1.89" components = [ "clippy" ]