Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29384c8d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update RustDefaultVersion to 1.58.0" am: f2eaa062 am: b14c2bf5

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1949166

Change-Id: I3e72067f5c57438cbb913396afd692207e9e9e67
parents 8d3cdb2e b14c2bf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import (
var pctx = android.NewPackageContext("android/soong/rust/config")

var (
	RustDefaultVersion = "1.57.0"
	RustDefaultVersion = "1.58.0"
	RustDefaultBase    = "prebuilts/rust/"
	DefaultEdition     = "2021"
	Stdlibs            = []string{
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ var (
	// It should be assumed that any warning lint will be promoted to a
	// deny.
	defaultClippyLints = []string{
		"-A clippy::non-send-fields-in-send-ty",
		"-A clippy::type-complexity",
		"-A clippy::unnecessary-wraps",
		"-A clippy::unusual-byte-groupings",