aboutsummaryrefslogtreecommitdiff
path: root/examples/example-custom-pickable/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-custom-pickable/Cargo.toml')
-rw-r--r--examples/example-custom-pickable/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-custom-pickable/Cargo.toml b/examples/example-custom-pickable/Cargo.toml
index 6e46c8c..9324bd6 100644
--- a/examples/example-custom-pickable/Cargo.toml
+++ b/examples/example-custom-pickable/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2024"
[dependencies.mingling]
path = "../../mingling"
-features = ["parser", "extra_macros"]
+features = ["parser", "extras"]
[workspace]