Use fixed rust toolchain to support win-x86 builds.

This commit is contained in:
Aleksey Khoroshilov
2023-12-14 22:32:31 +07:00
parent 3a8a76e0ba
commit 8d20cba89b
+13
View File
@@ -0,0 +1,13 @@
diff --git a/tools/rust/update_rust.py b/tools/rust/update_rust.py
index b7e32f0dc764f43535deb4d14f4e1fd2c310e074..d812d7eb5bad62288cd7baf9450fd30f98e146f2 100755
--- a/tools/rust/update_rust.py
+++ b/tools/rust/update_rust.py
@@ -35,7 +35,7 @@ sys.path.append(
# this back to its previous value _AND_ set `OVERRIDE_CLANG_REVISION` below
# to the `CLANG_REVISION` that was in place before the roll.
RUST_REVISION = '2e4e2a8f288f642cafcc41fff211955ceddc453d'
-RUST_SUB_REVISION = 1
+RUST_SUB_REVISION = 3
# If not None, this overrides the `CLANG_REVISION` in
# //tools/clang/scripts/update.py in order to download a Rust toolchain that