Skip to content

Commit 4b9cc08

Browse files
chbaker0Aravind Vasudevan
authored and
Aravind Vasudevan
committed
Update Rust
Update nightly release from 2022-11-01 to 2022-11-18 Rolls in: * rust-lang/rust#103367 * rust-lang/rust#103977 Fixed: 1383950 Change-Id: I60ad4a8209eafac4d944a9f6ef873359062dd1ba No-Try: true Change-Id: I60ad4a8209eafac4d944a9f6ef873359062dd1ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4013723 Auto-Submit: Collin Baker <[email protected]> Reviewed-by: danakj <[email protected]> Commit-Queue: Collin Baker <[email protected]> Cr-Commit-Position: refs/heads/main@{#1074798} NOKEYCHECK=True GitOrigin-RevId: bdf18dd2cdd6d27b6fb5705ca665ca08379175ae
1 parent b1dffcf commit 4b9cc08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update_rust.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'clang',
2828
'scripts'))
2929

30-
RUST_REVISION = '20221101'
30+
RUST_REVISION = '20221118'
3131
RUST_SUB_REVISION = 1
3232

3333
# Trunk on 2022-10-15.
@@ -45,13 +45,13 @@
4545
# This should almost always be None. When a breakage happens the fallback should
4646
# be temporary. Once fixed, the applicable revision(s) above should be updated
4747
# and FALLBACK_CLANG_VERSION should be reset to None.
48-
FALLBACK_CLANG_VERSION = 'llvmorg-16-init-9369-g87a20868-1'
48+
FALLBACK_CLANG_VERSION = None
4949

5050
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
5151
# We trust the Rust build system checks, but to ensure it is not tampered with
5252
# itself check the hash.
5353
STAGE0_JSON_SHA256 = (
54-
'c0909797c1901c32985a40ec6b54b9ccad8464aa5dbebd20235db094fee1a6bc')
54+
'07f4d4ddde6910a70f16f372309525528ff42499fb50317e6ded4bfe1b6ce7cf')
5555

5656
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
5757
CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..'))

0 commit comments

Comments
 (0)