Switch rustc to 1.43.0

Bug: 154947284
Test: cd external/rust/crates; mm
Change-Id: I684e9ee5d44029806d48a271970f8ef28e793195
This commit is contained in:
Matthew Maurer 2020-04-29 13:32:29 -07:00
parent 6e2fb5c0cd
commit f5be9a6ad4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
var pctx = android.NewPackageContext("android/soong/rust/config")
var (
RustDefaultVersion = "1.42.0"
RustDefaultVersion = "1.43.0"
RustDefaultBase = "prebuilts/rust/"
DefaultEdition = "2018"
Stdlibs = []string{