chore(deps): update dependency rust to v1.62.1

This commit is contained in:
root 2022-07-19 18:00:28 +00:00 committed by Kuoi
parent fca65a45f1
commit 0fa798c8f6

View file

@ -17,7 +17,7 @@ steps:
branch:
- master
- name: test
image: rust:1.62.0
image: rust:1.62.1
commands:
- cargo test
when:
@ -29,7 +29,7 @@ type: docker
name: release
steps:
- name: build
image: rust:1.62.0
image: rust:1.62.1
commands:
- apt update
- apt install -y --no-install-recommends musl-tools pkg-config libssl-dev