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