Skip to content

Commit

Permalink
Update rust-build action to v1.4.5 and TOOLCHAIN_VERSION to 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Mar 9, 2024
1 parent a1f9538 commit b6bdc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.3
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"
TOOLCHAIN_VERSION: 1.75
TOOLCHAIN_VERSION: 1.76

0 comments on commit b6bdc9a

Please sign in to comment.