Skip to content

Don't checkout submodules by default

This makes sure that cargo does not clone and checkout all the submodules if pointing to this repository as a git dependency.

To checkout the submodules git submodule update --checkout can be used.

Merge request reports