ci: update rust version to latest
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Yandrik 2024-04-23 20:47:09 +02:00
parent 99f2b9dc45
commit 47712d829c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: default
steps: steps:
- name: test - name: test
image: rust:1.30 image: rust:latest
commands: commands:
- cargo build --verbose --all - cargo build --verbose --all
- cargo test --verbose --all - cargo test --verbose --all