diff options
| author | 2024-03-13 19:47:51 +0000 | |
|---|---|---|
| committer | 2024-03-13 19:47:51 +0000 | |
| commit | e288cdeda1cad5fb5aa6d30a1b63ec4ebcd00179 (patch) | |
| tree | bf244b7055b00e9ff1416fe8742ccaedff4602c2 /rust | |
| parent | 9f38694fc3bcbbf1e232cb425331a80853f63ad8 (diff) | |
rustc-1.76.0 Build 11569723
Bug: https://issuetracker.google.com/issues/327204642
Test: m rust
Change-Id: I3b39a12d1379a9193d348b364897d7df9de16330
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/config/global.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/config/global.go b/rust/config/global.go index 418eca455..e28dbaaea 100644 --- a/rust/config/global.go +++ b/rust/config/global.go @@ -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{ |