diff options
| author | 2022-06-07 01:03:32 +0000 | |
|---|---|---|
| committer | 2022-06-07 01:04:42 +0000 | |
| commit | 2f46ea40d1b461355e1ae0c223c41432c8dc063d (patch) | |
| tree | a0b858e3160bfcab46699b0f3ce54cd84e94f696 | |
| parent | ba4a566e2db296a381011f553eafbf2c4d131029 (diff) | |
rustc-1.61.0.p1 Build 8688465
Test: m rust
Change-Id: Ic565f8d0aca4081d2afa5b6ee64ed9c3f1d30a3d
| -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 554cfe2ee..647a7cfdb 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.61.0" + RustDefaultVersion = "1.61.0.p1" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2021" Stdlibs = []string{ |