Skip to content

Commit

Permalink
update libgit2 to v1.7.1 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek authored Nov 3, 2023
1 parent ed0dbbf commit a0f64a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
git fetch --unshallow
nimble --accept develop
nimble --accept install "https://github.com/disruptek/balls"
git clone --depth 1 --branch v1.3.0 https://github.com/libgit2/libgit2.git
git clone --depth 1 --branch v1.7.1 https://github.com/libgit2/libgit2.git
cd libgit2
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the underlying libgit2 and libssh2 libraries in the environment.

## Usage

We test with `libgit2-1.3.0` though earlier versions may work.
We test with `libgit2-1.7.1` though earlier versions may work.

This gives some idea for the usage:

Expand Down

0 comments on commit a0f64a4

Please sign in to comment.