Updated workflow (#119)

This commit was merged in pull request #119.
This commit is contained in:
KD
2025-04-20 14:05:03 -04:00
committed by GitHub
parent 4fdd660988
commit 0ba2d4e8b9
+2 -2
View File
@@ -13,10 +13,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Rust 1.85.0 - name: Install Rust 1.86.0
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.85.0 toolchain: 1.86.0
components: clippy, rustfmt components: clippy, rustfmt
override: true override: true
- name: Cache dependencies - name: Cache dependencies