Skip to content

Commit

Permalink
bump release, add autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Sep 2, 2022
1 parent 085312e commit 83ecb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ compiler_builtins = { version = '0.1.2', optional = true }

[dev-dependencies]
memmap2 = "0.5.5"
bpaf = { version = "0.5.3", default-features = false }
bpaf = { version = "0.5.5", default-features = false, features = ["autocomplete"] }
backtrace = "0.3.13"
findshlibs = "0.10"
rustc-test = "0.3"
Expand Down

0 comments on commit 83ecb9f

Please sign in to comment.