diff options
| author | 2020-11-30 09:29:23 +0000 | |
|---|---|---|
| committer | 2020-11-30 09:29:23 +0000 | |
| commit | c9b71a446a8350f56100a3630b0c043bf79b8967 (patch) | |
| tree | 3c6c90d2d466eac76855f4b864b533be1aa2492a | |
| parent | 62269498be456ea1c4550a37d3da2c231117a9ae (diff) | |
| parent | c6fe19d6374a08f714414850f1f0a560960ea45a (diff) | |
Merge "Use 1.48.0 prebuilts"
| -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 6e268a03e..22d9567df 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.47.0" + RustDefaultVersion = "1.48.0" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2018" Stdlibs = []string{ |