Rust std change (#1)

Reviewed-on: #1
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-06-29 18:26:05 +00:00
committed by phoenix
parent 6743a808b9
commit 49842756ba
3 changed files with 99 additions and 2 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest # Only target ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
@@ -20,7 +20,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.88
override: true
- name: Build