rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.65k stars 381 forks source link

please make a release with libgit2 1.6.1 #936

Closed 0-wiz-0 closed 1 year ago

0-wiz-0 commented 1 year ago

libgit2 1.6.1 has been released, which (among other fixes) contains a fix for NetBSD which particularly affects git2-rs when no system libgit2 is used (where currently the build is broken due to a conflict with system headers). Can you please make a new release using libgit2 1.6.1 so this fix be used in other projects? Thank you.

0323pin commented 1 year ago

Yes, please. This would save us a lot of issues.

extrawurst commented 1 year ago

there is a draft PR already: https://github.com/rust-lang/git2-rs/pull/935

0323pin commented 1 year ago

Good, let's wait for it. Right now can't update, e.g. onefetch

sshine commented 1 year ago

Since #935 is merged, perhaps close this issue?

ehuss commented 1 year ago

Indeed, thanks!