Rust std change #147

Merged
kdeng00 merged 2 commits from rust_std_change into v0.2 2025-06-29 17:03:59 -04:00
Showing only changes of commit 99259892ee - Show all commits
+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