Skip to content

Commit 5b3ae76

Browse files
Use rustc 1.51.0 for stage0 toolchain build
Test: TH Change-Id: I2e978fe0a18f0cabdfe203b73dc92633a468f92c
1 parent 229b4cc commit 5b3ae76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
THIS_DIR = os.path.realpath(os.path.dirname(__file__))
2020

21-
STAGE0_RUST_VERSION = '1.50.0'
21+
STAGE0_RUST_VERSION = '1.51.0'
2222
CLANG_REVISION = 'r407598b'
2323

2424

0 commit comments

Comments
 (0)