Update rust Docker tag to v1.73
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Renovate Bot 2023-10-07 00:41:18 +00:00
parent 4b26032c1a
commit 9861905768
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ type: docker
steps:
- name: test
image: rust:1.69
image: rust:1.73
commands:
- cargo build --verbose --all
- cargo test --verbose --all