rustyhorde / vergen

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

Upgrade git2 crate to 0.18 #245

Closed Techcable closed 1 year ago

Techcable commented 1 year ago

Updates underlying libgit2 from 1.6.4 to 1.7.1.

See the git2 crate changelog here.

See the libgit2 changelog here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #245 (3fe57c7) into master (7a484d7) will decrease coverage by 0.74%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
- Coverage   97.92%   97.18%   -0.74%     
==========================================
  Files          23       23              
  Lines        1637     1635       -2     
==========================================
- Hits         1603     1589      -14     
- Misses         34       46      +12     

see 6 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Techcable commented 1 year ago

❤️