Merge branch 'imlonghao:master' into master

This commit is contained in:
Kuoi 2022-08-12 09:31:22 +01:00 committed by GitHub
commit 75caecf396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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