Skip to content

Commit b450630

Browse files
committed
Update Rust in CI to 1.86
1 parent 194d87c commit b450630

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
17+
1818
- name: Install Rust
19-
uses: dtolnay/rust-toolchain@1.84.1
19+
uses: dtolnay/rust-toolchain@1.86
2020
with:
2121
components: clippy, rustfmt
22-
22+
2323
- name: Run Clippy
24-
run: cargo clippy -- -D warnings --allow unused_variables
25-
24+
run: cargo clippy -- -D warnings --allow unused_variables
25+
2626
- name: Cargo fmt check
2727
run: cargo fmt --check --all
2828

2929
- name: Run tests
30-
run: cargo test
30+
run: cargo test

0 commit comments

Comments
 (0)