aboutsummaryrefslogtreecommitdiff
path: root/examples/example-combine-pathf-dispatch-tree/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-combine-pathf-dispatch-tree/Cargo.toml')
-rw-r--r--examples/example-combine-pathf-dispatch-tree/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-combine-pathf-dispatch-tree/Cargo.toml b/examples/example-combine-pathf-dispatch-tree/Cargo.toml
index 862c5ac..2c866f7 100644
--- a/examples/example-combine-pathf-dispatch-tree/Cargo.toml
+++ b/examples/example-combine-pathf-dispatch-tree/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
mingling = { path = "../../mingling", features = [
"dispatch_tree",
- "extra_macros",
+ "extras",
"pathf",
] }