diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index eb3ba10..4421c9c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 \ No newline at end of file + TOOLCHAIN_VERSION: 1.76 \ No newline at end of file