From 3e3108695f6126b2a7cb9a2eee547f89e1328572 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 27 Apr 2023 15:25:45 +0200 Subject: [PATCH] Update rust Docker tag to v1.69 (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Co-authored-by: JayPiKay Reviewed-on: https://git.goatpr0n.de/public/rhd/pulls/4 Co-authored-by: renovate Co-committed-by: renovate --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 44e8fad..4ca6901 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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