From 1a001ad00d72a2fa82494905e3aac783f306cc2b Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 1 Jan 2022 15:28:19 +0100 Subject: [PATCH] Fix readme: libgit2 version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cabe88eafa..998c5e5fd2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ stable release as well. ## Version of libgit2 -Currently this library requires libgit2 1.1.0. The source for libgit2 is +Currently this library requires libgit2 1.3.0. 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.