mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 03:32:30 +03:00
2311098a17
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.3 to 0.13.4. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.3...0.13.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
asyncgit
allow using git2 in a asynchronous context
This crate is part of the gitui project. It is used put long running git2 calls onto a thread pool and use crossbeam-channel to wait for a message to confirm the call finished.