diff options
| author | Fuwn <[email protected]> | 2025-05-31 07:11:01 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-31 07:11:01 +0000 |
| commit | 1d3c3ee37df2b0299a6906310f8c6428ab58da8d (patch) | |
| tree | d69a784a7431962ca9a5dc858cad30403852886a /.github/workflows/rust.yaml | |
| parent | feat: sample ppms (diff) | |
| download | para-1d3c3ee37df2b0299a6906310f8c6428ab58da8d.tar.xz para-1d3c3ee37df2b0299a6906310f8c6428ab58da8d.zip | |
chore(toolchain): Bump Rust
Diffstat (limited to '.github/workflows/rust.yaml')
| -rw-r--r-- | .github/workflows/rust.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 5b3d136..6ebaa7d 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -19,7 +19,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2024-06-10 + toolchain: nightly-2025-05-30 components: rustfmt, clippy override: true - name: Check ✅ |