summaryrefslogtreecommitdiffstats
path: root/vendor/git2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/git2/README.md')
-rw-r--r--vendor/git2/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/vendor/git2/README.md b/vendor/git2/README.md
index d94ff5a9f..e17d94324 100644
--- a/vendor/git2/README.md
+++ b/vendor/git2/README.md
@@ -6,7 +6,7 @@ libgit2 bindings for Rust.
```toml
[dependencies]
-git2 = "0.17.0"
+git2 = "0.17.1"
```
## Rust version requirements
@@ -16,9 +16,10 @@ stable release as well.
## Version of libgit2
-Currently this library requires libgit2 1.4. The source for libgit2 is
-included in the libgit2-sys crate so there's no need to pre-install the libgit2
-library, the libgit2-sys crate will figure that and/or build that for you.
+Currently this library requires libgit2 1.6.4 (or newer patch versions). The
+source for libgit2 is included in the libgit2-sys crate so there's no need to
+pre-install the libgit2 library, the libgit2-sys crate will figure that and/or
+build that for you.
## Building git2-rs