diff --git a/.drone.yml b/.drone.yml index 0997d48..2d7d489 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: test - image: rust:1.62 + image: rust:1.60 commands: - cargo build --verbose --all - cargo test --verbose --all