diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 60774b7..89a121c 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -4,7 +4,7 @@ when: steps: lint: - image: jasterv/rust-ci:latest + image: jasterv/rust-ci:1.93 commands: - cargo make -p ci fmt-check - cargo make -p ci clippy @@ -12,6 +12,6 @@ steps: - cargo make -p ci docs test: - image: jasterv/rust-ci:latest + image: jasterv/rust-ci:1.93 commands: - cargo make -p ci test