diff --git a/.drone.yml b/.drone.yml index 491f7d7..7bb0b7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: test - image: rust:1.69.0-nightly + image: rust:1.69.0 commands: - cargo build --verbose --all - cargo test --verbose --all