diff options
| author | 2021-01-14 18:26:41 +0000 | |
|---|---|---|
| committer | 2021-01-14 18:26:41 +0000 | |
| commit | d7e51e0891cb60b21147ec9b7e1303eecac7426a (patch) | |
| tree | 90c50de55d8e645d53a3fd9fa37252fb5c87b9f2 | |
| parent | 0ce3a40bf8e2003542ed46d00e809eff7e23a734 (diff) | |
| parent | cb738204fae9d75e7d87362419539a479deeae24 (diff) | |
Merge "Use 1.49.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 b7fff4a32..08ec87777 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.48.0" + RustDefaultVersion = "1.49.0" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2018" Stdlibs = []string{ |