Skip to content

Commit d943063

Browse files
committed
chore: bump api test version
1 parent fac947c commit d943063

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/api_stability/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ find_package (Git)
1515
include (../sharg-test.cmake)
1616

1717
include (ExternalProject)
18-
set (SHARG_LAST_STABLE_VERSION "1.2.1")
18+
set (SHARG_LAST_STABLE_VERSION "1.2.2")
1919
set (SHARG_LAST_STABLE_SOURCE_URL
2020
"https://github.com/seqan/sharg-parser/releases/download/${SHARG_LAST_STABLE_VERSION}/sharg-${SHARG_LAST_STABLE_VERSION}-Source.tar.xz"
2121
)
22-
set (SHARG_LAST_STABLE_SOURCE_SHA256 "3ff0bf3ae2b3b5f927445bca2224918c2954a716c12633be531a35e183bf94b6")
22+
set (SHARG_LAST_STABLE_SOURCE_SHA256 "1ee7a386bebd7e073effe274307951a55201a159c593d26b68989d495d146d75")
2323

2424
set (SHARG_API_STABILITY_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSHARG_DISABLE_DEPRECATED_WARNINGS=1")
2525

0 commit comments

Comments
 (0)