Updated rust version

This commit is contained in:
kdeng00
2025-10-12 18:06:46 -04:00
parent 8bf99be22c
commit 74e8a2e764
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust 1.88.0
- name: Install Rust 1.90.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: 1.90.0
components: clippy, rustfmt
override: true