Fix rust version in pipeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Arnaud (Arhuman) ASSAD 2022-05-06 09:19:24 +02:00
parent f5d43ec873
commit f91319636a
1 changed files with 1 additions and 1 deletions

View File

@ -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