diff --git a/api/cpp/CMakeLists.txt b/api/cpp/CMakeLists.txt index 1ff01e2bf7e..74cdb9fbfa5 100644 --- a/api/cpp/CMakeLists.txt +++ b/api/cpp/CMakeLists.txt @@ -13,7 +13,7 @@ include(FetchContent) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.4.5 + GIT_TAG v0.4.6 ) FetchContent_MakeAvailable(Corrosion)