Updated rust in workflow

This commit is contained in:
2026-04-05 17:48:02 -04:00
parent c079245eed
commit 354a60fd8b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Install Rust 1.90.0
- name: Install Rust 1.94
uses: actions-rs/toolchain@v1
with:
toolchain: 1.90.0
toolchain: 1.94
components: clippy, rustfmt
override: true