@@ -13,10 +13,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust 1.85.0
|
||||
- name: Install Rust 1.86.0
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.85.0
|
||||
toolchain: 1.86.0
|
||||
components: clippy, rustfmt
|
||||
override: true
|
||||
- name: Cache dependencies
|
||||
|
||||
Reference in New Issue
Block a user