Skip to content

Commit

Permalink
deps: bump nng version to 1.7.1 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz authored Jan 22, 2024
1 parent 3483573 commit d7d8e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ExternalProjects.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ FetchContent_Declare(zstd_ext
)
FetchContent_Declare(nng_ext
GIT_REPOSITORY "https://github.com/nanomsg/nng"
# NNG tagged version 1.6.0
GIT_TAG "a6de76c0b1e08ceba5c3e47dd1107f1a09490b0d"
# NNG tagged version 1.7.1
GIT_TAG "ec4b5722fba105e3b944e3dc0f6b63c941748b3f"
)

FetchContent_MakeAvailable(zstd_ext)
Expand Down

0 comments on commit d7d8e97

Please sign in to comment.