Merge "Rust: use 1.45.2 prebuilts" am: 2e8a617bca
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1398476 Change-Id: I2d5e9e8d887f1bf3ed1c0de2dd34370b28bd372f
This commit is contained in:
commit
507f3f0c0f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import (
|
|||
var pctx = android.NewPackageContext("android/soong/rust/config")
|
||||
|
||||
var (
|
||||
RustDefaultVersion = "1.44.0"
|
||||
RustDefaultVersion = "1.45.2"
|
||||
RustDefaultBase = "prebuilts/rust/"
|
||||
DefaultEdition = "2018"
|
||||
Stdlibs = []string{
|
||||
|
|
Loading…
Reference in a new issue