alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Only update the curl submodule #504

Closed quad closed 1 year ago

quad commented 1 year ago

Running git submodule update --init will trigger and update on all submodules including those in any repository that depends on curl-sys. This will break builds on partial checkouts.

alexcrichton commented 1 year ago

Thanks!