Update Rust to be compatible with edition 2021
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
9afd0b4350
commit
0787ef5a94
|
@ -2,7 +2,7 @@ platform: linux/arm64
|
|||
|
||||
pipeline:
|
||||
clippy:
|
||||
image: rust:1.54.0-slim
|
||||
image: rust:1.56.1-slim
|
||||
commands:
|
||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
||||
#- rustup component add clippy
|
||||
|
@ -13,7 +13,7 @@ pipeline:
|
|||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
image: rust:1.54.0-slim
|
||||
image: rust:1.56.1-slim
|
||||
commands:
|
||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
||||
- cargo build --release
|
||||
|
|
Loading…
Reference in New Issue