aboutsummaryrefslogtreecommitdiff
path: root/examples/example-panic-unwind
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-panic-unwind')
-rw-r--r--examples/example-panic-unwind/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/example-panic-unwind/Cargo.toml b/examples/example-panic-unwind/Cargo.toml
index 5d1c242..559bdb9 100644
--- a/examples/example-panic-unwind/Cargo.toml
+++ b/examples/example-panic-unwind/Cargo.toml
@@ -14,3 +14,5 @@ panic = "unwind"
# Enable panic unwinding in dev builds
[profile.dev]
panic = "unwind"
+
+[workspace]