aboutsummaryrefslogtreecommitdiff
path: root/examples/example-panic-unwind/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-panic-unwind/Cargo.toml')
-rw-r--r--examples/example-panic-unwind/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-panic-unwind/Cargo.toml b/examples/example-panic-unwind/Cargo.toml
index 559bdb9..463a288 100644
--- a/examples/example-panic-unwind/Cargo.toml
+++ b/examples/example-panic-unwind/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies.mingling]
path = "../../mingling"
-features = ["parser"]
+features = ["picker"]
# Enable panic unwinding in release builds
[profile.release]