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

dev
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: pipeline:
build: build:
image: 'rust:1.69' image: 'rust:1.76'
commands: commands:
- cargo build --verbose - cargo build --verbose
- cargo test --verbose - cargo test --verbose

View File

@ -5,7 +5,7 @@ branches:
pipeline: pipeline:
clippy: clippy:
image: 'rust:1.69' image: 'rust:1.76'
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy -- --no-deps -Dwarnings - cargo clippy -- --no-deps -Dwarnings

View File

@ -5,7 +5,7 @@ branches:
pipeline: pipeline:
lint: lint:
image: 'rust:1.69' image: 'rust:1.76'
commands: commands:
- rustup component add rustfmt - rustup component add rustfmt
- cargo fmt -- --check - 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 ARG DI_VER=1.2.5