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