From 210e32a89c308bd9f4834a37dfdf87c56fa7c1d8 Mon Sep 17 00:00:00 2001 From: chenwj Date: Tue, 3 Sep 2024 16:23:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9action=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 18101bb..832ef55 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e46d3f5..6ed60fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sched_tasks_rs" -version = "1.0.9" +version = "1.0.10" edition = "2021" [dependencies]