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

Commit c2077730 authored by Matthew Maurer's avatar Matthew Maurer Committed by Gerrit Code Review
Browse files

Merge "rust: Migrate default edition to 2021"

parents 34e9ae28 c1738b44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ var pctx = android.NewPackageContext("android/soong/rust/config")
var (
	RustDefaultVersion = "1.57.0"
	RustDefaultBase    = "prebuilts/rust/"
	DefaultEdition     = "2018"
	DefaultEdition     = "2021"
	Stdlibs            = []string{
		"libstd",
	}