Update rust version used for drone pipeline
continuous-integration/drone/push Build encountered an error Details

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

View File

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