diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 20:08:09 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 20:08:09 +0300 |
| commit | 0ef072f64456f9e6a0105bd123987d66434a2254 (patch) | |
| tree | 1884be3cbe75d829f0627180aec49272f009e6e4 /.woodpecker/lint.yml | |
| parent | 83f3d9ce90b190dac02abd8f227ce5bfac4a2c82 (diff) | |
ci: Update readme, ci and add cursor rules
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: |
