diff --git a/.drone.yml b/.drone.yml index a457c99..bf615cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ name: default steps: - name: test - image: rust:1.30 + image: rust:latest commands: - cargo build --verbose --all