diff options
| author | 2023-01-26 14:53:28 -0800 | |
|---|---|---|
| committer | 2023-01-26 14:54:42 -0800 | |
| commit | 3970b9e990cd1a973aaa9b3dd9d1bef5d9fd07bd (patch) | |
| tree | b8bd86f587489624597f0342b8b5384772c31257 | |
| parent | 6cf5e0d9cb89b909b5087d4057e6f09e4d093f85 (diff) | |
rustc-1.65.0.p1 Build 9523344
Test: m rust
Change-Id: Idb592ac87af21d21caf43b46da21b49ab08c1dbf
| -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 26e2d06ff..7549969b0 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.65.0" + RustDefaultVersion = "1.65.0.p1" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2021" Stdlibs = []string{ |