From 292ee1e2b72ae30c4fba4a34eeb33e5b3484bf00 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Tue, 27 Nov 2018 19:32:55 -0700
Subject: [PATCH] Drop backtrace feature from aarch64 std build

---
 Xargo.toml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Xargo.toml b/Xargo.toml
index 0c493ec3d..07a581d94 100644
--- a/Xargo.toml
+++ b/Xargo.toml
@@ -1,4 +1,7 @@
-[dependencies.std]
+[target.aarch64-unknown-redox.dependencies.std]
+features = ["panic_unwind"]
+
+[target.x86_64-unknown-redox.dependencies.std]
 features = ["panic_unwind", "backtrace"]
 
 #[dependencies.test]
-- 
GitLab