diff options
| author | Yip Coekjan <69834864+Coekjan@users.noreply.github.com> | 2024-11-01 18:03:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-01 10:03:34 +0000 |
| commit | b357de3c484e0cb320b0e3b778498815489f6a0d (patch) | |
| tree | f7daa3be2fd3f4b355fe60b5762ec5322f0dfd1e | |
| parent | a70b8a56ef17d493c8ebf8c3fee6f86b4bb1e994 (diff) | |
Bump rust in `release.yml` (#5340)
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 799b3520..b1486174 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.81.0 + - uses: dtolnay/rust-toolchain@1.82.0 with: target: ${{ matrix.target }} |
