diff options
| author | Jeff Vander Stoep <jeffv@google.com> | 2020-09-18 14:24:02 +0200 |
|---|---|---|
| committer | Jeff Vander Stoep <jeffv@google.com> | 2020-09-18 14:24:02 +0200 |
| commit | 8cc38b800aa27d41fe025ef7135a03f30cf1f15c (patch) | |
| tree | 9c849145f959df93d28411b34a2ed5ae34b7f913 | |
| parent | 81a0b66d93ee81e32c5d80e6adb7a5139b8ee832 (diff) | |
Use Rust 1.46.0 prebuilts
Change-Id: I798082bb2bc5a0a40cdf470891aff9d9f0db7a07
| -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 97de6761b..5c50f798d 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.45.2" + RustDefaultVersion = "1.46.0" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2018" Stdlibs = []string{ |
