From d91734355c5323a011dcaaa02ec44036d2af7532 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 8 Apr 2024 18:10:14 +0100 Subject: [PATCH] chore(deps): update docker.io/rust docker tag to v1.77 (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/rust | minor | `1.76` -> `1.77` | --- ### 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 Reviewed-on: https://git.kemitix.net/kemitix/kxio/pulls/5 Co-authored-by: renovate Co-committed-by: renovate --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 179c03d..f9a607d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -79,7 +79,7 @@ steps: when: - event: tag ref: refs/tags/v* - image: docker.io/rust:1.76 + image: docker.io/rust:1.77 commands: - cargo login "$CARGO_REGISTRY_TOKEN" - cargo publish --registry crates-io --no-verify