mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-19 07:00:30 -04:00
fix(ci): Upgrade rust toolchaint in draft-new-release action
This commit is contained in:
parent
119b8714ef
commit
44be5de372
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft-new-release.yml
vendored
2
.github/workflows/draft-new-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue