diff --git a/Xargo.toml b/Xargo.toml index 07a581d9..942fbc3a 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -2,7 +2,8 @@ features = ["panic_unwind"] [target.x86_64-unknown-redox.dependencies.std] -features = ["panic_unwind", "backtrace"] +features = ["panic_unwind"] +#features = ["panic_unwind", "backtrace"] #[dependencies.test] #stage = 1