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

Commit ee46ca29 authored by Chris Wailes's avatar Chris Wailes Committed by Gerrit Code Review
Browse files

Merge "rustc-1.66.1 Build 9561314"

parents 800f6407 b85d7d45
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import (
var pctx = android.NewPackageContext("android/soong/rust/config")

var (
	RustDefaultVersion = "1.65.0.p1"
	RustDefaultVersion = "1.66.1"
	RustDefaultBase    = "prebuilts/rust/"
	DefaultEdition     = "2021"
	Stdlibs            = []string{
@@ -51,9 +51,6 @@ var (
		// Use v0 mangling to distinguish from C++ symbols
		"-C symbol-mangling-version=v0",
		"--color always",
		// TODO (b/267698452): Temporary workaround until the "no unstable
		// features" policy is enforced.
		"-A stable-features",
	}

	deviceGlobalRustFlags = []string{