mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
Merge pull request 'chore(deps): update dependency rust to v1.61.0' (#27) from renovate/rust-1.x into master
Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/27
This commit is contained in:
commit
3f2321cba9
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.60.0
|
image: rust:1.61.0
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
when:
|
when:
|
||||||
|
@ -29,7 +29,7 @@ type: docker
|
||||||
name: release
|
name: release
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: rust:1.60.0
|
image: rust:1.61.0
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y --no-install-recommends musl-tools pkg-config libssl-dev
|
- apt install -y --no-install-recommends musl-tools pkg-config libssl-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue