ci: update rust image
Some checks failed
ci/woodpecker/manual/cargo-checks Pipeline failed

This commit is contained in:
notohh 2024-02-25 10:54:38 -05:00
parent 38a5e7e520
commit bc9fd75853
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,7 +5,7 @@ when:
steps:
cargo_clippy:
image: rustlang/rust
image: rustlang/rust:nightly
commands:
- cargo clippy
cargo_test: