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