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

This commit is contained in:
root 2022-08-11 20:00:33 +00:00
parent 35b57d5b20
commit e7f96fb09e

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