Update RustDefaultVersion to 1.59.0

bug: 215232614
Test: TreeHugger and compiling with m rust
Change-Id: Ia60c77637ab2e41844010e021656fad0870013ac
This commit is contained in:
Charisee
2022-03-01 03:02:51 +00:00
committed by Charisee Chiw
parent ff100cdae9
commit 5ddec43280
3 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ import (
var pctx = android.NewPackageContext("android/soong/rust/config")
var (
RustDefaultVersion = "1.58.1"
RustDefaultVersion = "1.59.0"
RustDefaultBase = "prebuilts/rust/"
DefaultEdition = "2021"
Stdlibs = []string{
@@ -49,7 +49,7 @@ var (
"-C overflow-checks=on",
"-C force-unwind-tables=yes",
// Use v0 mangling to distinguish from C++ symbols
"-Z symbol-mangling-version=v0",
"-C symbol-mangling-version=v0",
}
deviceGlobalRustFlags = []string{