fix: 修改action文件

This commit is contained in:
chenwj 2024-09-03 16:23:01 +08:00
parent a2ddfc8df4
commit 210e32a89c
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ jobs:
- uses: https://git.airpig.cn/actions/setup-rust-toolchain@v1
with:
cache: false
toolchain: stable
- run: |
apt update && apt install -y musl-tools
rustup target add x86_64-unknown-linux-musl

View File

@ -1,6 +1,6 @@
[package]
name = "sched_tasks_rs"
version = "1.0.9"
version = "1.0.10"
edition = "2021"
[dependencies]