Merge pull request 'chore(deps): update dependency rust to v1.60.0' (#20) from renovate/rust-1.x into master

Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/20
This commit is contained in:
imlonghao 2022-04-08 01:46:21 +00:00
commit e1ae5083c5

View file

@ -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