Skip to content

Commit 4915989

Browse files
committed
⬆️ Update dependencies
Problem: - `stdx` has fixes that affect CIB logging. Solution: - Update dependencies.
1 parent 1674555 commit 4915989

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ include(cmake/string_catalog.cmake)
2424

2525
add_versioned_package("gh:boostorg/mp11#boost-1.83.0")
2626
fmt_recipe(11.1.3)
27-
add_versioned_package("gh:intel/cpp-baremetal-concurrency#0ddce52")
28-
add_versioned_package("gh:intel/cpp-std-extensions#73e1d48")
29-
add_versioned_package("gh:intel/cpp-baremetal-senders-and-receivers#22c8006")
27+
add_versioned_package("gh:intel/cpp-baremetal-concurrency#09c043b")
28+
add_versioned_package("gh:intel/cpp-std-extensions#8e2f948")
29+
add_versioned_package("gh:intel/cpp-baremetal-senders-and-receivers#27db6e1")
3030

3131
set(GEN_STR_CATALOG
3232
${CMAKE_CURRENT_LIST_DIR}/tools/gen_str_catalog.py

0 commit comments

Comments
 (0)