aboutsummaryrefslogtreecommitdiff
path: root/examples/example-implicit-dispatcher/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-implicit-dispatcher/Cargo.toml')
-rw-r--r--examples/example-implicit-dispatcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-implicit-dispatcher/Cargo.toml b/examples/example-implicit-dispatcher/Cargo.toml
index 3e68e38..2bfa000 100644
--- a/examples/example-implicit-dispatcher/Cargo.toml
+++ b/examples/example-implicit-dispatcher/Cargo.toml
@@ -5,6 +5,6 @@ edition = "2024"
[dependencies.mingling]
path = "../../mingling"
-features = ["extra_macros"]
+features = ["extras"]
[workspace]