aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-31 07:11:01 +0000
committerFuwn <[email protected]>2025-05-31 07:11:01 +0000
commit1d3c3ee37df2b0299a6906310f8c6428ab58da8d (patch)
treed69a784a7431962ca9a5dc858cad30403852886a /.github/workflows/release.yaml
parentfeat: sample ppms (diff)
downloadpara-1d3c3ee37df2b0299a6906310f8c6428ab58da8d.tar.xz
para-1d3c3ee37df2b0299a6906310f8c6428ab58da8d.zip
chore(toolchain): Bump Rust
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 5963b3e..77f5f95 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- - '*'
+ - "*"
jobs:
release:
@@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
- toolchain: nightly-2022-03-08
+ toolchain: nightly-2025-05-30
components: rustfmt, clippy
override: true