Skip to content

Commit

Permalink
Merge pull request #617 from cole-miller/bump-libuv
Browse files Browse the repository at this point in the history
Bump libuv version requirement to 1.34
  • Loading branch information
Mathieu Borderé authored Mar 4, 2024
2 parents d301110 + 7540e58 commit 01bced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ AC_SYS_LARGEFILE

# Checks for libraries
PKG_CHECK_MODULES(SQLITE, [sqlite3 >= 3.22.0], [], [])
PKG_CHECK_MODULES(UV, [libuv >= 1.8.0], [], [])
PKG_CHECK_MODULES(UV, [libuv >= 1.34.0], [], [])
AS_IF([test "x$enable_build_raft" != "xyes"], [PKG_CHECK_MODULES(RAFT, [raft >= 0.18.1], [], [])], [])


Expand Down

0 comments on commit 01bced7

Please sign in to comment.