rustc-1.72.1 Build 11023353
Bug: https://issuetracker.google.com/issues/307308192 Test: m rust Change-Id: Iadcb2d74b5e90d3488bdf6e156345d358d6c4a82
This commit is contained in:
parent
4dbeda984a
commit
d6c5839be2
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.72.0"
|
||||
RustDefaultVersion = "1.72.1"
|
||||
RustDefaultBase = "prebuilts/rust/"
|
||||
DefaultEdition = "2021"
|
||||
Stdlibs = []string{
|
||||
|
|
Loading…
Reference in a new issue