From 3010d63d96dca7276a26080a98e27d18415aa404 Mon Sep 17 00:00:00 2001 From: Nicolas Werner <nicolas.werner@hotmail.de> Date: Sun, 6 Mar 2022 16:48:08 +0100 Subject: [PATCH] Bump coeurl dependency --- CMakeLists.txt | 2 +- subprojects/coeurl.wrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e40461005..2c0facbb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ if(USE_BUNDLED_COEURL) FetchContent_Declare( coeurl GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git - GIT_TAG v0.1.1 + GIT_TAG v0.1.2 ) FetchContent_MakeAvailable(coeurl) target_link_libraries(matrix_client PUBLIC coeurl::coeurl) diff --git a/subprojects/coeurl.wrap b/subprojects/coeurl.wrap index 7b84b4440..2e302fcd9 100644 --- a/subprojects/coeurl.wrap +++ b/subprojects/coeurl.wrap @@ -1,3 +1,3 @@ [wrap-git] url = https://nheko.im/nheko-reborn/coeurl.git -revision = v0.1.1 +revision = v0.1.2 -- GitLab