mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
chore(deps): update dependency rust to v1.62.1
This commit is contained in:
parent
88ef32cced
commit
5cd653ed9f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue