Bump minimum supported Rust version to 1.83 (#420)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -22,8 +22,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Install Rust (1.76 w/ clippy)
|
||||
uses: dtolnay/rust-toolchain@1.76
|
||||
- name: Install Rust (1.83 w/ clippy)
|
||||
uses: dtolnay/rust-toolchain@1.83
|
||||
with:
|
||||
components: clippy
|
||||
- name: Install Rust (nightly w/ rustfmt)
|
||||
|
||||
@@ -11,7 +11,7 @@ license = "Apache-2.0"
|
||||
exclude = [".github", "CONTRIBUTING.md"]
|
||||
keywords = ["matrix", "chat", "tui", "vim"]
|
||||
categories = ["command-line-utilities"]
|
||||
rust-version = "1.82"
|
||||
rust-version = "1.83"
|
||||
build = "build.rs"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -53,7 +53,7 @@ user_id = "@user:example.com"
|
||||
|
||||
## Installation (via `crates.io`)
|
||||
|
||||
Install Rust (1.76.0 or above) and Cargo, and then run:
|
||||
Install Rust (1.83.0 or above) and Cargo, and then run:
|
||||
|
||||
```
|
||||
cargo install --locked iamb
|
||||
|
||||
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.83"
|
||||
components = [ "clippy" ]
|
||||
Reference in New Issue
Block a user