From a91e298866a07aec96e22d8757fce5316898c29c Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 20 Jan 2022 09:41:45 +0100 Subject: [PATCH] Update corrosion --- api/sixtyfps-cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/sixtyfps-cpp/CMakeLists.txt b/api/sixtyfps-cpp/CMakeLists.txt index 97888b6c7..bbac46617 100644 --- a/api/sixtyfps-cpp/CMakeLists.txt +++ b/api/sixtyfps-cpp/CMakeLists.txt @@ -11,7 +11,7 @@ include(FetchContent) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG 6593a33881839d1f298ae51a32bce3a27e3217c5 + GIT_TAG 4189aa74116340dfc4b5fee9bd17510a9f36fdef ) FetchContent_MakeAvailable(Corrosion)