From 501276d2300e06c756b2503a5996878eda4a7f6a Mon Sep 17 00:00:00 2001 From: DottoDev Date: Fri, 6 Aug 2021 15:29:33 +0200 Subject: [PATCH 1/2] rust: Enable Rust builtin_profiler, some cargo crates fail to build without it --- srcpkgs/rust/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index f31ea7b87b8107..1488791ef33b7f 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -250,6 +250,7 @@ do_configure() { extended = false docs = ${_use_docs} tools = [] + profiler = true [install] prefix = "/usr" [rust] From 9794cb68fe8546b7974ace21d75ec53111c549f4 Mon Sep 17 00:00:00 2001 From: DottoDev <37108907+DottoDev@users.noreply.github.com> Date: Fri, 6 Aug 2021 16:58:37 +0200 Subject: [PATCH 2/2] Corrected Indent --- srcpkgs/rust/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 1488791ef33b7f..6481a1d0fac4c9 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -250,7 +250,7 @@ do_configure() { extended = false docs = ${_use_docs} tools = [] - profiler = true + profiler = true [install] prefix = "/usr" [rust]