From 47820c7a0030e629a10a0112111fbd391504058e Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 13 Sep 2024 07:35:29 +0000 Subject: [PATCH] ANDROID: update RUSTC_VERSION to 1.81.0 Bug: 364333811 Change-Id: I97c919fddf601807dfcfc637f74a1b432a7f7c8b Signed-off-by: Alice Ryhl --- build.config.constants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.constants b/build.config.constants index 42da496e6263..61c627512b34 100644 --- a/build.config.constants +++ b/build.config.constants @@ -1,5 +1,5 @@ CLANG_VERSION=r522817 -RUSTC_VERSION=1.80.1 +RUSTC_VERSION=1.81.0 AARCH64_NDK_TRIPLE=aarch64-linux-android31 X86_64_NDK_TRIPLE=x86_64-linux-android31 ARM_NDK_TRIPLE=arm-linux-androideabi31