Skip to content

Commit

Permalink
chore(release): publish and fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Dec 10, 2024
1 parent ef9b538 commit 5c6a6a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-12-31
nightly-2024-12-09

0 comments on commit 5c6a6a2

Please sign in to comment.