diff options
| author | 2024-08-25 17:03:32 -0700 | |
|---|---|---|
| committer | 2024-08-25 17:03:32 -0700 | |
| commit | aa60bb44d49c706128f6901a1262fc64e58b80c8 (patch) | |
| tree | 2546ad5641128ec9c00d049d97a6b2c5b0431d2b | |
| parent | ffb985e9bd296255aebc876861afb182ea0bec22 (diff) | |
rustc-1.80.1 Build 12274397
Bug: https://issuetracker.google.com/issues/361370910
Test: m rust
Change-Id: Ie1585c9b7f429310ec8b8cdddc6c5ce7c8bff001
| -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 0c5eb853e..990a64331 100644 --- a/rust/config/global.go +++ b/rust/config/global.go @@ -24,7 +24,7 @@ import ( var ( pctx = android.NewPackageContext("android/soong/rust/config") - RustDefaultVersion = "1.79.0" + RustDefaultVersion = "1.80.1" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2021" Stdlibs = []string{ |