fix: ci update toolchaint to 1.87

This commit is contained in:
Binarybaron 2025-08-01 15:12:27 +02:00
parent f67da9b4a8
commit d7578092d0

View file

@ -57,7 +57,7 @@ jobs:
id: make-commit id: make-commit
env: env:
DPRINT_VERSION: "0.50.0" DPRINT_VERSION: "0.50.0"
RUST_TOOLCHAIN: "1.85" RUST_TOOLCHAIN: "1.87"
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