rust-lang / git2-rs

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

README needs to be updated to reflect version of libgit2 required #946

Closed stevensonmt closed 1 year ago

stevensonmt commented 1 year ago

Currently the readme states

Currently this library requires libgit2 1.4.

but the 0.17 release I believe can use up to libgit2 1.6. If I am correct then the readme should be updated.

ehuss commented 1 year ago

Thanks, I have added that to the release checklist for the future.