diff options
Diffstat (limited to '.woodpecker/lint.yml')
| -rw-r--r-- | .woodpecker/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index a32ae83..e3c45d6 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -27,7 +27,7 @@ steps: - pull_request - name: rust-fmt - image: rust:1.76 + image: rust:1.88 commands: - cargo fmt --all -- --check when: @@ -35,7 +35,7 @@ steps: - pull_request - name: rust-clippy - image: rust:1.76 + image: rust:1.88 commands: - cargo clippy --all-targets --all-features -- -D warnings when: |
