Update rust Docker tag to v1.73 #9

Closed
Ghost wants to merge 1 commits from renovate/rust-1.x into master
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