alexcrichton closed issue #457:
README.md and build.rs recommend using
git submodule update --remote
if the submodules aren't present, but that won't perform the initial clone of the submodules. For that, you need to pass--init
as well.
alexcrichton commented on issue #457:
I believe this has since been fixed, so closing.
Last updated: Jan 24 2025 at 00:11 UTC