From dbe9b92bb2ea2fee83de12a39e12e3a3bac6af8b Mon Sep 17 00:00:00 2001 From: renovatebot Date: Thu, 19 May 2022 18:00:20 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.61.0 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9758ade..a3c263d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: branch: - master - name: test - image: rust:1.60.0 + image: rust:1.61.0 commands: - cargo test when: @@ -29,7 +29,7 @@ type: docker name: release steps: - name: build - image: rust:1.60.0 + image: rust:1.61.0 commands: - apt update - apt install -y --no-install-recommends musl-tools pkg-config libssl-dev