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 +