Skip to content

Commit 20ac996

Browse files
committed
Requiring comms v5.5
1 parent 199940f commit 20ac996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '**'
99

1010
env:
11-
COMMS_TAG: v5.4.5
11+
COMMS_TAG: develop
1212

1313
jobs:
1414

lib/include/cc_tools_qt/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ constexpr unsigned version()
7777
return CC_TOOLS_QT_VERSION;
7878
}
7979

80-
static_assert(COMMS_MAKE_VERSION(5, 4, 5) <= comms::version(),
80+
static_assert(COMMS_MAKE_VERSION(5, 5, 0) <= comms::version(),
8181
"The version of COMMS library is too old");
8282

8383
} // namespace cc_tools_qt

0 commit comments

Comments
 (0)