diff options
| author | 2023-05-05 18:18:01 +0000 | |
|---|---|---|
| committer | 2023-05-05 18:19:32 +0000 | |
| commit | 34f2bc56939dd685e102dca322482424cea2e224 (patch) | |
| tree | 5c468cfc9d09a34c6b5e1403e295b0dd91c9553c | |
| parent | b5ae9bcf9067bb96c55665fe2b9bedfea2fed42d (diff) | |
Revert "rustc-1.69.0 Build 10027731"
Revert submission 2579357-rust-update-prebuilts-1.69.0
Reason for revert: Patch got dropped accidentally that broke a postsubmit test
Reverted changes: /q/submissionid:2579357-rust-update-prebuilts-1.69.0
Change-Id: I3fdd44a9df6c9c775c4f4157ea58df5e4215c47e
| -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 748bb3d2f..2d1f0c1f9 100644 --- a/rust/config/global.go +++ b/rust/config/global.go @@ -24,7 +24,7 @@ import ( var pctx = android.NewPackageContext("android/soong/rust/config") var ( - RustDefaultVersion = "1.69.0" + RustDefaultVersion = "1.68.0" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2021" Stdlibs = []string{ |