mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
update MSRV to 1.65
This commit is contained in:
parent
5b4e73f37d
commit
ccdb144665
7 changed files with 77 additions and 189 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@1.63
|
||||
uses: dtolnay/rust-toolchain@1.65
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@1.63
|
||||
uses: dtolnay/rust-toolchain@1.65
|
||||
with:
|
||||
components: rustfmt, clippy
|
||||
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@1.63
|
||||
uses: dtolnay/rust-toolchain@1.65
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue