summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel Trusty Team Automation <mdb.pixel-trusty-team-automation@google.com>2024-02-22 02:01:37 -0800
committerPixel Trusty Team Automation <mdb.pixel-trusty-team-automation@google.com>2024-02-22 02:01:37 -0800
commitf4a9a78efb7da58dac00e639aaa79d49ed9ae623 (patch)
tree786ee6abdaf1de249cc51d54a34663c7042ba2dc
parent9f0d22ed9feec89bb25467deb04f00a734088154 (diff)
downloadaosp-f4a9a78efb7da58dac00e639aaa79d49ed9ae623.tar.gz
rust: update toolchain version to 1.75.0
Bug: None Test: None Change-Id: I0b09d031425c46dad89d13443eb4b587ae38bd86 Signed-off-by: Pixel Trusty Team Automation <mdb.pixel-trusty-team-automation@google.com>
-rw-r--r--scripts/envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh
index 61348e7..a8067a6 100644
--- a/scripts/envsetup.sh
+++ b/scripts/envsetup.sh
@@ -33,7 +33,7 @@ export CLANG_BINDIR=${TRUSTY_TOP}/prebuilts/clang/host/linux-x86/clang-r498229b/
export CLANG_HOST_LIBDIR=${CLANG_BINDIR}/../lib
export CLANG_TOOLS_BINDIR=${TRUSTY_TOP}/prebuilts/clang-tools/linux-x86/bin
export LINUX_CLANG_BINDIR=${TRUSTY_TOP}/prebuilts/clang/host/linux-x86/clang-r498229b/bin
-export RUST_BINDIR=${TRUSTY_TOP}/prebuilts/rust/linux-x86/1.74.1/bin
+export RUST_BINDIR=${TRUSTY_TOP}/prebuilts/rust/linux-x86/1.75.0/bin
export RUST_HOST_LIBDIR=${RUST_BINDIR}/../lib/rustlib/x86_64-unknown-linux-gnu/lib
export ARCH_arm_TOOLCHAIN_PREFIX=${CLANG_BINDIR}/llvm-
export ARCH_arm64_TOOLCHAIN_PREFIX=${CLANG_BINDIR}/llvm-