diff --git a/.drone.yml b/.drone.yml index a14476c..8162ef1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - export PATH="/root/.cargo/bin:$${PATH}" - pre-commit run --all-files - name: test - image: rust:1.30 + image: rust:latest commands: - cargo build --verbose --all - cargo test --verbose --all