diff --git a/api/cpp/CMakeLists.txt b/api/cpp/CMakeLists.txt index 44deadf67..84938d4be 100644 --- a/api/cpp/CMakeLists.txt +++ b/api/cpp/CMakeLists.txt @@ -11,7 +11,7 @@ include(FetchContent) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.1.0 + GIT_TAG v0.2.0 ) FetchContent_MakeAvailable(Corrosion)