summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBailey Kuo <formosa@google.com>2023-09-14 15:33:30 -0700
committerBailey Kuo <formosa@google.com>2023-09-14 15:33:30 -0700
commit158ecb9308cd8210ba9499ba02e617a8186bc039 (patch)
tree7d47447d34a52e307dd14e07b364faca3442ea18
parentd78447691ad169a499ef47e483ddc159911627c1 (diff)
downloadmanifest-158ecb9308cd8210ba9499ba02e617a8186bc039.tar.gz
Unpin prebuilts/rust to access the latest Rust toolchain
- It was pinned to a commit that contains version 1.69. This version has been deleted from the main branch. - Emulator currently uses version 1.71 and will continue to update to the latest version. Change-Id: Ifdd7a2d36be8656183b0f3231b1af45df8804178
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 7a166f9e7..88212ebc6 100644
--- a/default.xml
+++ b/default.xml
@@ -105,7 +105,7 @@
<project path="prebuilts/android-emulator-build/system-images" name="platform/prebuilts/android-emulator-build/system-images" revision="main" />
<!-- Rust compiler toolchain -->
- <project path="prebuilts/rust" name="platform/prebuilts/rust" clone-depth="1" revision="97892fe89b519ac8f1efae57c2ebff2f7bd2b138"/>
+ <project path="prebuilts/rust" name="platform/prebuilts/rust" clone-depth="1" revision="main"/>
<!-- Rust toolchain needs a set of dlls from mingw on windows -->
<project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" revision="main" clone-depth="1" groups="notdefault,platform-windows" />