rustc-1.76.0 Build 11569723
Bug: https://issuetracker.google.com/issues/327204642 Test: m rust Change-Id: I3b39a12d1379a9193d348b364897d7df9de16330
This commit is contained in:
parent
9f38694fc3
commit
e288cdeda1
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.75.0"
|
||||
RustDefaultVersion = "1.76.0"
|
||||
RustDefaultBase = "prebuilts/rust/"
|
||||
DefaultEdition = "2021"
|
||||
Stdlibs = []string{
|
||||
|
|
Loading…
Reference in a new issue