diff options
| author | Fuwn <[email protected]> | 2024-06-03 15:17:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 15:17:56 +0000 |
| commit | b98be3465629609d5c2b7b0839b7627e888864c9 (patch) | |
| tree | 539dc4acaa0dc56a80ff43173dbeaeaf1d91b850 | |
| parent | chore: remove unused (diff) | |
| download | archived-whirl-b98be3465629609d5c2b7b0839b7627e888864c9.tar.xz archived-whirl-b98be3465629609d5c2b7b0839b7627e888864c9.zip | |
ci(rust): update workflow rustc
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6a66d18..cec0a94 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-06-04 + toolchain: nightly-2024-06-03 components: rustfmt, clippy override: true |