From 0ef072f64456f9e6a0105bd123987d66434a2254 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 20:08:09 +0300 Subject: ci: Update readme, ci and add cursor rules --- .woodpecker/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.woodpecker/lint.yml') 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: -- cgit v1.2.3