Update rust Docker tag to v1.69 (#4)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| rust | docker | minor | `1.65` -> `1.69` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->

Co-authored-by: Renovate Bot <renovate@localhost.localdomain>
Co-authored-by: JayPiKay <jpk@noreply.localhost>
Reviewed-on: #4
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
This commit is contained in:
renovate 2023-04-27 15:25:45 +02:00 committed by JayPiKay
parent b400e691e1
commit 3e3108695f
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