diff --git a/Xargo.toml b/Xargo.toml index 4cd054db02fb298d90391dd184001cfe26b95c8c..fda6712630c51a932d41a2323a7273ee27b6c5f4 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 +