From 5c6a6a215a97f496ee5c77638b664ae22782dda8 Mon Sep 17 00:00:00 2001 From: rcmerci Date: Tue, 10 Dec 2024 16:08:37 +0800 Subject: [PATCH] chore(release): publish and fix ci --- .github/workflows/CI.yml | 4 ++-- rust-toolchain | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2176a24..7a0cb25 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,7 @@ jobs: sudo pkg install -y -f curl node libnghttp2 npm sudo npm install -g yarn --ignore-scripts curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y --default-toolchain nightly-2023-12-31 + sh rustup.sh -y --default-toolchain nightly-2024-12-09 source "$HOME/.cargo/env" echo "~~~~ rustc --version ~~~~" rustc --version @@ -148,7 +148,7 @@ jobs: uses: actions-rs/toolchain@v1 if: ${{ !matrix.settings.docker }} with: - toolchain: nightly-2023-12-31 + toolchain: nightly-2024-12-09 profile: minimal override: true target: ${{ matrix.settings.target }} diff --git a/rust-toolchain b/rust-toolchain index fd9ac52..82be28f 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2023-12-31 +nightly-2024-12-09