chore(deps): update rust docker tag to v1.59.0

This commit is contained in:
renovatebot 2022-02-25 03:00:16 +00:00
parent 006ffed054
commit bef0661072

View file

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