alexcrichton / curl-rust

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

Add vendored field to Version information. #409

Closed ehuss closed 2 years ago

ehuss commented 2 years ago

This adds whether or not libgit2 was built with the vendored version or not.

My use case is to expose this information in Cargo (per https://github.com/rust-lang/cargo/issues/6275).