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