From 11b4645065ede05977669fdec7815100f54e4c00 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 5 Mar 2023 18:20:41 +0100 Subject: [PATCH] bump versions --- m1n1_uboot_kernel.sh | 2 +- prepare_rust.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 2540122..7139197 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -32,7 +32,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.2-rc3-7; + git reset --hard asahi-6.2-1; cat ../../config.txt > .config make LLVM=${CLANG_VERSION} rustavailable make LLVM=${CLANG_VERSION} olddefconfig diff --git a/prepare_rust.sh b/prepare_rust.sh index 9cf3ab6..2ed6c32 100644 --- a/prepare_rust.sh +++ b/prepare_rust.sh @@ -17,7 +17,7 @@ main() { rm -rf ${CARGO_HOME} ${RUSTUP_HOME} curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain none source "$(pwd)/build/cargo/env" - rustup override set 1.62.0 + rustup override set 1.66.0 rustup component add rust-src cargo install --locked --version 0.56.0 bindgen rustup component add rustfmt -- 2.39.2