bump: rust ci

This commit is contained in:
2026-05-09 19:00:05 -04:00
parent 62a91b347e
commit cb2d063ee1
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.94
- name: Install Rust 1.95
uses: actions-rs/toolchain@v1
with:
toolchain: 1.94
toolchain: 1.95
components: clippy, rustfmt
override: true