Skip to content

Commit

Permalink
fix(ci): Upgrade rust toolchaint in draft-new-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Oct 9, 2024
1 parent 119b871 commit 44be5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: make-commit
env:
DPRINT_VERSION: "0.39.1"
RUST_TOOLCHAIN: "1.74"
RUST_TOOLCHAIN: "1.79"
run: |
rustup component add rustfmt --toolchain "$RUST_TOOLCHAIN-x86_64-unknown-linux-gnu"
curl -fsSL https://dprint.dev/install.sh | sh -s $DPRINT_VERSION
Expand Down

0 comments on commit 44be5de

Please sign in to comment.