nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Expose option to vendor libgit2 #212

Closed Tyrubias closed 1 year ago

Tyrubias commented 1 year ago

git2-rs already has an feature flag to enable vendoring of libgit2. This PR exposes the option for this crate so we can build and run on systems without the latest version of libgit2. This fixes #207.

nabijaczleweli commented 1 year ago

Released as v11.1.1, cheers