Skip to content

Commit

Permalink
update to libuv 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Mar 10, 2022
1 parent 6243d36 commit 3db9e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()
#
set(UVW_VERSION_MAJOR 2)
set(UVW_VERSION_MINOR 12)
set(UVW_VERSION_PATCH 0)
set(UVW_VERSION_PATCH 1)

project(
uvw
Expand Down Expand Up @@ -68,7 +68,7 @@ endif()


# Required minimal libuv version
set(LIBUV_VERSION 1.44.0)
set(LIBUV_VERSION 1.44.1)

function(fetch_libuv)
if (FETCH_LIBUV)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UVWConan(ConanFile):
exports = "LICENSE"
exports_sources = "src/*"
no_copy_source = True
requires = "libuv/1.44.0@bincrafters/stable"
requires = "libuv/1.44.1@bincrafters/stable"

def package(self):
self.copy(pattern="LICENSE", dst="licenses")
Expand Down

0 comments on commit 3db9e8f

Please sign in to comment.