diff --git a/CMakeLists.txt b/CMakeLists.txt index e404610052b6e996bef9ed02ed6b8e1ee3b564b4..2c0facbb7e4fb49d134437d05532b4ec63576cbb 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 7b84b44408b8d2b171ef3e1e2cf6bef87ef72957..2e302fcd9472c1b67b22118f4b4d074ac920c121 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