From c03931a4b9245c9504bb76e313bb54a56be60611 Mon Sep 17 00:00:00 2001 From: gabrielfrasantos <21131318+gabrielfrasantos@users.noreply.github.com> Date: Tue, 25 Aug 2026 06:53:01 +0000 Subject: [PATCH] chore: update embedded-pro/embedded-infra-lib hash to b1056e80ab5376d7e4ee821c5b3c5680bc01f751 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8de5534..006e037 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ if (HALST_STANDALONE) FetchContent_Declare( emil GIT_REPOSITORY https://github.com/embedded-pro/embedded-infra-lib.git - GIT_TAG 9c3d4c32bba0123abdc0013b8b9d5aea26e1f103 # Unreleased + GIT_TAG b1056e80ab5376d7e4ee821c5b3c5680bc01f751 # Unreleased ) add_definitions(-DEMIL_ENABLE_TRACING=1)