Updated workflow

This commit is contained in:
phoenix
2025-04-20 14:02:36 -04:00
parent 4fdd660988
commit b694ca2425
+2 -2
View File
@@ -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