No Rust 1.52 on docker yet

async_update
Joey Hines 2021-03-04 20:27:04 -06:00
parent f069db1316
commit 6866602bca
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ trigger:
steps:
- name: build
pull: always
image: rust:1.52.0
image: rust:1.50
commands:
- rustup component add clippy
- cargo build --verbose
@ -25,7 +25,7 @@ trigger:
steps:
- name: build
pull: always
image: rust:1.52.0
image: rust:1.50
commands:
- cargo build --verbose --release
- name: gitea-release