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:
|
pipeline:
|
||||||
clippy:
|
clippy:
|
||||||
image: rust:1.54.0-slim
|
image: rust:1.56.1-slim
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
||||||
#- rustup component add clippy
|
#- rustup component add clippy
|
||||||
|
@ -13,7 +13,7 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
tag: v*
|
||||||
image: rust:1.54.0-slim
|
image: rust:1.56.1-slim
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
|
|
Loading…
Reference in New Issue