From c23626f6f4828f442d8767b0db8c827c508db47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Wed, 27 Sep 2023 06:09:19 +0000 Subject: [PATCH] fix(deps): Pin open62541 to 1.4 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 79377891..4f96458d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ [submodule "deps/open62541"] path = deps/open62541 url = https://github.com/open62541/open62541.git - branch = master + branch = 1.4 [submodule "deps/open62541Cpp"] path = deps/open62541Cpp url = https://github.com/umati/open62541Cpp.git