From 17e9f0aee00ac2596bf54d394ccafeddaf5f1e3e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 2 Jun 2025 16:48:19 -0400 Subject: [PATCH] Update Corrosion to 0.5.2 --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 080ac12..aa4d0b6 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -13,7 +13,7 @@ include(FetchContent) 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)