Bump MSRV to 1.89

This commit is contained in:
Ulyssa
2025-10-26 07:41:37 -07:00
parent 3149f79d11
commit b5d356e741
3 changed files with 3 additions and 3 deletions

View File

@@ -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]

View File

@@ -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

View File

@@ -1,3 +1,3 @@
[toolchain]
channel = "1.88"
channel = "1.89"
components = [ "clippy" ]