Updated workflow #119

Merged
kdeng00 merged 1 commits from update_workflow into v0.2 2025-04-20 14:05:03 -04:00
Showing only changes of commit b694ca2425 - Show all commits
+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