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]