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