rustyhorde / vergen

Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros
Apache License 2.0
370 stars 55 forks source link

Remove git2 dependency #261

Closed odyslam closed 10 months ago

odyslam commented 10 months ago

I can't seem to be able to remove the dependency on git2, even if I am not using the feature.

CraZySacX commented 10 months ago

Going to need more information. Assuming the config you have setup is the same as your other issue, I'm showing the cargo tree output shown below (no git2 dependency). vergen-cl-tree

odyslam commented 10 months ago

This was due to a dependecy using vergen, but with git2.