From 7d3cf6a451b997f72f827bd9d1edc82662976fe5 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 23 Apr 2025 18:28:23 +0200 Subject: [PATCH] Janitor: Bump corrosion version --- api/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/cpp/CMakeLists.txt b/api/cpp/CMakeLists.txt index c28470f48..af02d4efd 100644 --- a/api/cpp/CMakeLists.txt +++ b/api/cpp/CMakeLists.txt @@ -15,7 +15,7 @@ if (NOT Corrosion_FOUND) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.5.1 + GIT_TAG v0.5.2 ) FetchContent_MakeAvailable(Corrosion)