fix: bump rust version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
hexlocation 2025-07-18 16:23:32 +02:00
parent feaac77dc8
commit 304eca2ef2

View file

@ -1,4 +1,4 @@
FROM rust:1.79 as compile FROM rust:1.88 as compile
WORKDIR /build WORKDIR /build