From af1fbe8f7a68d726d1b929f3bc38ed80dc5d85f3 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 10 Oct 2023 20:39:10 +0200 Subject: [PATCH] bump versions --- m1n1_uboot_kernel.sh | 2 +- prepare_rust.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 30f5853..9e9b90b 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -24,7 +24,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.5-12 + git reset --hard asahi-6.5-13 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 8e66744..7bdb067 100644 --- a/prepare_rust.sh +++ b/prepare_rust.sh @@ -16,8 +16,8 @@ export RUSTUP_HOME="$(pwd)/build/rust" 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.70.0 +rustup override set 1.68.2 rustup component add rust-src -cargo install --locked --version 0.62.0 bindgen-cli +cargo install --locked --version 0.56.0 bindgen #-cli rustup component add rustfmt rustup component add clippy -- 2.39.2