Updating workflow

This commit is contained in:
kdeng00
2025-06-29 16:56:10 -04:00
parent 3d97a9c3c0
commit 99259892ee
+2 -2
View File
@@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust 1.86.0
- name: Install Rust 1.88.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.86.0
toolchain: 1.88.0
components: clippy, rustfmt
override: true