From 26108a8dbe57281281cf5276550a218423f387f0 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 16 Jan 2017 21:12:48 -0700
Subject: [PATCH] Update xargo to allow testing

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

diff --git a/Xargo.toml b/Xargo.toml
index 4cd054db0..fda671263 100644
--- a/Xargo.toml
+++ b/Xargo.toml
@@ -1,2 +1,6 @@
-[target.x86_64-unknown-redox.dependencies.std]
+[dependencies.std]
 features = []
+
+[dependencies.test]
+stage = 1
+
-- 
GitLab