fix(ci): Upgrade rust toolchaint in draft-new-release action

This commit is contained in:
binarybaron 2024-10-09 18:29:08 +02:00 committed by GitHub
parent 119b8714ef
commit 44be5de372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
id: make-commit id: make-commit
env: env:
DPRINT_VERSION: "0.39.1" DPRINT_VERSION: "0.39.1"
RUST_TOOLCHAIN: "1.74" RUST_TOOLCHAIN: "1.79"
run: | run: |
rustup component add rustfmt --toolchain "$RUST_TOOLCHAIN-x86_64-unknown-linux-gnu" rustup component add rustfmt --toolchain "$RUST_TOOLCHAIN-x86_64-unknown-linux-gnu"
curl -fsSL https://dprint.dev/install.sh | sh -s $DPRINT_VERSION curl -fsSL https://dprint.dev/install.sh | sh -s $DPRINT_VERSION