diff --git a/Xargo.toml b/Xargo.toml index fda671263..e816fa4ff 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -1,5 +1,5 @@ [dependencies.std] -features = [] +features = ["panic_unwind"] [dependencies.test] stage = 1