diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2024-09-27 10:24:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 08:24:32 +0000 |
| commit | 839983a0a714caee908850465b3db5c4067bf611 (patch) | |
| tree | 28bc7c40e6d02b696598896a281dadc4ece47460 /.github/workflows/release.yml | |
| parent | efc6b710bc176646361e6ff8a2b62b033661a3b8 (diff) | |
Update to Rust version 1.81.0 (#5036)
Diffstat (limited to '.github/workflows/release.yml')
| -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 0042f9bf..799b3520 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.80.0 + - uses: dtolnay/rust-toolchain@1.81.0 with: target: ${{ matrix.target }} |
