summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2024-09-27 10:24:32 +0200
committerGitHub <noreply@github.com>2024-09-27 08:24:32 +0000
commit839983a0a714caee908850465b3db5c4067bf611 (patch)
tree28bc7c40e6d02b696598896a281dadc4ece47460 /.github/workflows/release.yml
parentefc6b710bc176646361e6ff8a2b62b033661a3b8 (diff)
Update to Rust version 1.81.0 (#5036)
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
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 }}