Skip to content

Install cargo-config from bootstrap script

Coleman McFarland requested to merge bootstrap_install_cargo_config into master

Some cookbook entries were failing with an error like this:

error: no such subcommand: `config`

We can install this subcommand from the bootstrap script, and also instruct folks in the README to do so manually.

Merge request reports