File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
# These fields are written by //tools/clang/scripts/upload_revision.py, and
33
33
# should not be changed manually.
34
- RUST_REVISION = 'eb4e2346748e1760f74fcaa27b42431e0b95f8f3 '
35
- RUST_SUB_REVISION = 2
34
+ RUST_REVISION = 'bca5fdebe0e539d123f33df5f2149d5976392e76 '
35
+ RUST_SUB_REVISION = 1
36
36
37
37
# The revision of Crubit to use from https://github.com/google/crubit
38
38
#
46
46
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
47
47
# We trust the Rust build system checks, but to ensure it is not tampered with
48
48
# itself check the hash.
49
- STAGE0_JSON_SHA256 = '118891b1b25ce68a4bd792cd9640adaa8a4208d8d0684b458409cc8a86ded6aa '
49
+ STAGE0_JSON_SHA256 = 'd2a2e54f5e3c32d0d0b5207078fa01488cb84fb3242567dd33b6245ae67e6944 '
50
50
51
51
THIS_DIR = os .path .abspath (os .path .dirname (__file__ ))
52
52
CHROMIUM_DIR = os .path .abspath (os .path .join (THIS_DIR , '..' , '..' ))
You can’t perform that action at this time.
0 commit comments