rust-lang / git2-rs

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

Update git2-rs #978

Closed rawhuul closed 11 months ago

rawhuul commented 11 months ago

Hey, libgit2 recently released v1.7.0 which adds shallow clone support, SHA256 support, adds Schannel support for Windows, and includes many other new features and bugfixes. Whereas this crate haven't had updated in months. Please update it.

ehuss commented 11 months ago

Thanks for the report! It has already been updated in https://github.com/rust-lang/git2-rs/pull/968, and a new release will come out soonish. SHA256 support probably won't be supported since it is experimental. Shallow clone support will need someone to add the bindings, and PR's are welcome whenever new bindings are needed. Closing as addressed by #968.