aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-argument-parse/Cargo.toml')
-rw-r--r--examples/example-argument-parse/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-argument-parse/Cargo.toml b/examples/example-argument-parse/Cargo.toml
index 401ec38..e08adcd 100644
--- a/examples/example-argument-parse/Cargo.toml
+++ b/examples/example-argument-parse/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2024"
path = "../../mingling"
# Enable `parser` features
-features = ["parser", "extra_macros"]
+features = ["parser", "extras"]
[workspace]