Skip to content

Commit 7cfd6f0

Browse files
committed
Requiring commsdsl v7.0.3
1 parent 4559460 commit 7cfd6f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
env:
1111
COMMS_TAG: v5.3
12-
COMMSDSL_TAG: v7.0.2
13-
CC_TOOLS_QT_TAG: v6.0
12+
COMMSDSL_TAG: v7.0.3
13+
CC_TOOLS_QT_TAG: v6.0.1
1414

1515
jobs:
1616
build_gcc_old_ubuntu_20_04:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ option (MQTTSN_BUILD_EMSCRIPTEN "Build and install project generated by the comm
3333
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"
3434

3535
set (MQTTSN_VERSION "3.0.2")
36-
set (MQTTSN_MIN_COMMSDSL_VERSION "7.0.2")
36+
set (MQTTSN_MIN_COMMSDSL_VERSION "7.0.3")
3737

3838
if ("${CMAKE_CXX_STANDARD}" STREQUAL "")
3939
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)