Skip to content

Commit 4bf54cb

Browse files
committed
Requiring v6.0.2 of cc_tools_qt and v2.0.10 of cc.mqttsn.libs.
1 parent a3ab9ca commit 4bf54cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/actions_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
- '**'
99

1010
env:
11-
COMMS_TAG: v5.3
12-
CC_TOOLS_QT_TAG: v6.0.1
13-
CC_MQTTSN_GENERATED_TAG: v3.0.2
14-
CC_MQTTSN_LIBS_TAG: v2.0.9
11+
COMMS_TAG: v5.4.2
12+
CC_TOOLS_QT_TAG: v6.0.2
13+
CC_MQTTSN_GENERATED_TAG: v3.0.3
14+
CC_MQTTSN_LIBS_TAG: v2.0.10
1515

1616
jobs:
1717

src/MqttsnClientFilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include <memory>
3333
#include <string>
3434

35-
static_assert(CC_MQTTSN_CLIENT_MAKE_VERSION(2, 0, 9) <= CC_MQTTSN_CLIENT_VERSION, "The version of the cc_mqttsn_client library is too old");
36-
static_assert(CC_TOOLS_QT_MAKE_VERSION(6, 0, 1) <= CC_TOOLS_QT_VERSION, "The version of the cc_tools_qt library is too old");
35+
static_assert(CC_MQTTSN_CLIENT_MAKE_VERSION(2, 0, 10) <= CC_MQTTSN_CLIENT_VERSION, "The version of the cc_mqttsn_client library is too old");
36+
static_assert(CC_TOOLS_QT_MAKE_VERSION(6, 0, 2) <= CC_TOOLS_QT_VERSION, "The version of the cc_tools_qt library is too old");
3737

3838
namespace cc_plugin_mqttsn_client_filter
3939
{

0 commit comments

Comments
 (0)