Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot 9861905768 Update rust Docker tag to v1.73
continuous-integration/drone/pr Build is passing Details
2023-10-07 00:41:18 +00:00
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