fix(ci): Pin RUST_TOOLCHAIN in draft-new-release.yml

This commit is contained in:
Binarybaron 2025-08-07 13:28:24 +02:00
parent fe5e58a773
commit 42b69e6620

View file

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