Skip to content

Commit

Permalink
set rust toolchain to 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Mar 4, 2024
1 parent 093e033 commit 759b20e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
archive: tar.gz
- target: x86_64-apple-darwin
archive: tar.gz
steps:
Expand All @@ -26,3 +26,4 @@ jobs:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
SRC_DIR: dashtool
TOOLCHAIN_VERSION: 1.73

0 comments on commit 759b20e

Please sign in to comment.