diff options
| author | 2024-05-07 02:39:45 +0000 | |
|---|---|---|
| committer | 2024-05-07 02:39:45 +0000 | |
| commit | bf30241e752d24f8eb71387fda69ffa98bca4586 (patch) | |
| tree | b0c2f9eecb7646f11b1e95fa0bf5c07c95158c69 | |
| parent | a27230aaf64ae1840cd9f2f0473c3e282e8da56f (diff) | |
| parent | cd3ac91bdc32a66b9ef034caeb890f586ad34354 (diff) | |
Merge "rustc-1.77.1.p1 Build 11801116" 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 03333b80c..e83e23aa5 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.77.1" + RustDefaultVersion = "1.77.1.p1" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2021" Stdlibs = []string{ |