diff options
Diffstat (limited to 'examples/example-completion/Cargo.toml')
| -rw-r--r-- | examples/example-completion/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-completion/Cargo.toml b/examples/example-completion/Cargo.toml index 1c6b327..00c7f8c 100644 --- a/examples/example-completion/Cargo.toml +++ b/examples/example-completion/Cargo.toml @@ -20,8 +20,8 @@ features = [ "comp", # If you want to build completion scripts, - # enable `builds` features - "builds", + # enable `build` features + "build", ] [workspace] |
