summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2023-08-22 10:35:09 -0700
committerChris Wailes <chriswailes@google.com>2023-08-22 10:50:41 -0700
commit16a266aa878b537709eff9213aacc73966b341cb (patch)
tree0ca4aa346207c417b354161a79fa50d71e69ae4b
parentea7e338fc18215afab61d850111eb386c8a8ac31 (diff)
downloadmanifest-16a266aa878b537709eff9213aacc73966b341cb.tar.gz
Pin the Rust toolchain to include 1.69.0
This CL pins the Rust toolchain prebuilt to a revision that includes Rust 1.69.0. Change-Id: I4aca614b6f7230f6f8d7d2f2bd7fb34d923693ff
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index d23b631b0..a15aea96d 100644
--- a/default.xml
+++ b/default.xml
@@ -104,7 +104,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" revision="main" clone-depth="1" />
+ <project path="prebuilts/rust" name="platform/prebuilts/rust" clone-depth="1" revision="9dc519d8572c47295a3e4c5dfb717929e04babfe"/>
<!-- 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" />