From ddbeb404389e10a2a7519a77687d9ed3a4732beb Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Sat, 4 Jan 2025 15:02:05 +0200 Subject: [PATCH] pkg: bump rust version used to build packages --- pkg/recipes/lact-headless/recipe.yml | 2 +- pkg/recipes/lact-libadwaita/recipe.yml | 2 +- pkg/recipes/lact/recipe.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/recipes/lact-headless/recipe.yml b/pkg/recipes/lact-headless/recipe.yml index 5d927b9..d58ff83 100644 --- a/pkg/recipes/lact-headless/recipe.yml +++ b/pkg/recipes/lact-headless/recipe.yml @@ -28,7 +28,7 @@ env: configure: steps: - cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL - - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78 + - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80 - cmd: pacman -Syu --noconfirm pkg: true build: diff --git a/pkg/recipes/lact-libadwaita/recipe.yml b/pkg/recipes/lact-libadwaita/recipe.yml index 2cd5dce..cfd65e8 100644 --- a/pkg/recipes/lact-libadwaita/recipe.yml +++ b/pkg/recipes/lact-libadwaita/recipe.yml @@ -26,7 +26,7 @@ env: configure: steps: - cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL - - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78 + - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80 - cmd: >- curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.14.0-1_all.deb && apt install -y /tmp/blueprint-compiler.deb diff --git a/pkg/recipes/lact/recipe.yml b/pkg/recipes/lact/recipe.yml index db7423a..c0c658b 100644 --- a/pkg/recipes/lact/recipe.yml +++ b/pkg/recipes/lact/recipe.yml @@ -28,7 +28,7 @@ env: configure: steps: - cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL - - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78 + - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80 - cmd: >- curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.14.0-1_all.deb && apt install -y /tmp/blueprint-compiler.deb