Update rust Docker tag to v1.69

This commit is contained in:
Renovate Bot 2023-04-27 13:12:48 +00:00
parent 4394a78e78
commit c3ecf18227
1 changed files with 1 additions and 1 deletions

View File

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