Bump MSRV to 1.89
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.88"
|
||||
channel = "1.89"
|
||||
components = [ "clippy" ]
|
||||
|
||||
Reference in New Issue
Block a user