diff options
| author | 2024-12-16 15:20:38 -0800 | |
|---|---|---|
| committer | 2024-12-16 15:20:38 -0800 | |
| commit | 0a64f4721c684e1e2cc2f6a5782f245f1fc7d2c2 (patch) | |
| tree | 81afec0822167d85ef41ece73eed8b73892fc3a0 | |
| parent | 85289cfc214bbd75feb976dcf87986a0a28415c0 (diff) | |
| parent | 19f13fe0f26e1ea2cc98793ec8c397818bb2093c (diff) | |
Merge "Revert "rustc-1.82.0 Build 12803484"" into main
| -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 8e06c8d7e..66ffc0b72 100644 --- a/rust/config/global.go +++ b/rust/config/global.go @@ -25,7 +25,7 @@ import ( var ( pctx = android.NewPackageContext("android/soong/rust/config") - RustDefaultVersion = "1.82.0" + RustDefaultVersion = "1.81.0" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2021" Stdlibs = []string{ |