From fc6a1e486f584c44e1c241e42a454be68452dded Mon Sep 17 00:00:00 2001 From: "code0-release-tools[bot]" <163606586+code0-release-tools[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:21:27 +0000 Subject: [PATCH 1/2] Update aquila version to 8de3900a479 --- versions/aquila | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/aquila b/versions/aquila index c1ccb9a0..a361fcd6 100644 --- a/versions/aquila +++ b/versions/aquila @@ -1 +1 @@ -a3e8c5604b72637e82ec8b7e71144b5eb40673f1 \ No newline at end of file +8de3900a479f140623cfb1ddc9074387e65c84f7 \ No newline at end of file From 0e0bc4c6280a2891963ad201fff18363049c808d Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Tue, 19 Aug 2025 17:49:37 +0200 Subject: [PATCH 2/2] Update rust version to 1.89 --- container/rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/rust/Dockerfile b/container/rust/Dockerfile index f5bbc8ad..3c78239a 100644 --- a/container/rust/Dockerfile +++ b/container/rust/Dockerfile @@ -2,7 +2,7 @@ ARG RETICULUM_IMAGE_TAG=local FROM ghcr.io/code0-tech/reticulum/ci-builds/mise:$RETICULUM_IMAGE_TAG -ARG RUST_VERSION=1.86 +ARG RUST_VERSION=1.89 RUN apk add build-base RUN mise install-into rust@$RUST_VERSION /usr/local/share/rust