chore: bump rust version to 1.76
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/clippy Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Jef Roosens 2024-02-15 14:07:06 +01:00
parent 80f2bb8f0e
commit 81f052ecbc
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ branches:
pipeline:
build:
image: 'rust:1.69'
image: 'rust:1.76'
commands:
- cargo build --verbose
- cargo test --verbose

View file

@ -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

View file

@ -5,7 +5,7 @@ branches:
pipeline:
lint:
image: 'rust:1.69'
image: 'rust:1.76'
commands:
- rustup component add rustfmt
- cargo fmt -- --check

View file

@ -1,4 +1,4 @@
FROM rust:1.69-alpine AS builder
FROM rust:1.76-alpine AS builder
ARG DI_VER=1.2.5