rustc-1.72.0 Build 10752340
Bug: https://issuetracker.google.com/issues/295883071 Test: m rust Change-Id: Ie37d902ae16d8471785cc54beaea5a2c82f063b1
This commit is contained in:
parent
d79c10f71f
commit
26b90d5474
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ var (
|
|||
pctx = android.NewPackageContext("android/soong/rust/config")
|
||||
exportedVars = android.NewExportedVariables(pctx)
|
||||
|
||||
RustDefaultVersion = "1.71.0"
|
||||
RustDefaultVersion = "1.72.0"
|
||||
RustDefaultBase = "prebuilts/rust/"
|
||||
DefaultEdition = "2021"
|
||||
Stdlibs = []string{
|
||||
|
|
Loading…
Reference in a new issue