diff options
Diffstat (limited to 'mitamae/default.rb')
| -rw-r--r-- | mitamae/default.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mitamae/default.rb b/mitamae/default.rb index a2b56a5..061f1a9 100644 --- a/mitamae/default.rb +++ b/mitamae/default.rb @@ -73,10 +73,6 @@ execute "rustup: install nightly toolchain" do command "rustup toolchain install nightly" not_if "rustup toolchain list | grep nightly" end -execute "cargo: install hgrep" do - command "cargo install hgrep" - not_if "type hgrep" -end if node[:profile] == "private" package "pkg-config" |
