From e7f96fb09e252c15bd3f7119fcbc628b7c92d4ff Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Aug 2022 20:00:33 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.63.0 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d17757c..af2d3dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: branch: - master - name: test - image: rust:1.62.1 + image: rust:1.63.0 commands: - cargo test when: @@ -29,7 +29,7 @@ type: docker name: release steps: - name: build - image: rust:1.62.1 + image: rust:1.63.0 commands: - apt update - apt install -y --no-install-recommends musl-tools pkg-config libssl-dev