rhd/.drone.yml
renovate 3e3108695f 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>
2023-04-27 15:25:45 +02:00

15 lines
190 B
YAML

kind: pipeline
name: rust-1-65
type: docker
steps:
- name: test
image: rust:1.69
commands:
- cargo build --verbose --all
- cargo test --verbose --all
trigger:
branch:
- master