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 32
32
33
33
# These fields are written by //tools/clang/scripts/upload_revision.py, and
34
34
# should not be changed manually.
35
- RUST_REVISION = '17c11672167827b0dd92c88ef69f24346d1286dd '
36
- RUST_SUB_REVISION = 2
35
+ RUST_REVISION = '473f916d836cc662c5bdbb0d40af9fb4678fab9e '
36
+ RUST_SUB_REVISION = 1
37
37
38
38
# Trunk on 2022-10-15.
39
39
#
70
70
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
71
71
# We trust the Rust build system checks, but to ensure it is not tampered with
72
72
# itself check the hash.
73
- STAGE0_JSON_SHA256 = '7339c4d847db37e8c0b69b5c037bb708fcce1baf22ac5bf598dc739e559bcbc1 '
73
+ STAGE0_JSON_SHA256 = 'b1aae08ff68e03322e55e02cf1eabd4a796ec477a5d64b7b1daa504ccc3b21ba '
74
74
75
75
THIS_DIR = os .path .abspath (os .path .dirname (__file__ ))
76
76
CHROMIUM_DIR = os .path .abspath (os .path .join (THIS_DIR , '..' , '..' ))
You can’t perform that action at this time.
0 commit comments