chore: bump rust version to 1.76
parent
80f2bb8f0e
commit
81f052ecbc
|
@ -5,7 +5,7 @@ branches:
|
|||
|
||||
pipeline:
|
||||
build:
|
||||
image: 'rust:1.69'
|
||||
image: 'rust:1.76'
|
||||
commands:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
|
|
|
@ -5,7 +5,7 @@ branches:
|
|||
|
||||
pipeline:
|
||||
clippy:
|
||||
image: 'rust:1.69'
|
||||
image: 'rust:1.76'
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy -- --no-deps -Dwarnings
|
||||
|
|
|
@ -5,7 +5,7 @@ branches:
|
|||
|
||||
pipeline:
|
||||
lint:
|
||||
image: 'rust:1.69'
|
||||
image: 'rust:1.76'
|
||||
commands:
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt -- --check
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.69-alpine AS builder
|
||||
FROM rust:1.76-alpine AS builder
|
||||
|
||||
ARG DI_VER=1.2.5
|
||||
|
||||
|
|
Loading…
Reference in New Issue