diff --git a/examples/cargo_without_cmake/CMakeLists.txt b/examples/cargo_without_cmake/CMakeLists.txt index f0c0ff255..56a601eec 100644 --- a/examples/cargo_without_cmake/CMakeLists.txt +++ b/examples/cargo_without_cmake/CMakeLists.txt @@ -27,7 +27,7 @@ if(NOT Corrosion_FOUND) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.3.1 + GIT_TAG v0.4.2 ) FetchContent_MakeAvailable(Corrosion) diff --git a/examples/demo_threading/CMakeLists.txt b/examples/demo_threading/CMakeLists.txt index 2f71bca2e..70c7d1aec 100644 --- a/examples/demo_threading/CMakeLists.txt +++ b/examples/demo_threading/CMakeLists.txt @@ -27,7 +27,7 @@ if(NOT Corrosion_FOUND) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.3.1 + GIT_TAG v0.4.2 ) FetchContent_MakeAvailable(Corrosion) diff --git a/examples/qml_extension_plugin/plugin/CMakeLists.txt b/examples/qml_extension_plugin/plugin/CMakeLists.txt index 265372e2c..578ddb783 100644 --- a/examples/qml_extension_plugin/plugin/CMakeLists.txt +++ b/examples/qml_extension_plugin/plugin/CMakeLists.txt @@ -11,7 +11,7 @@ if(NOT Corrosion_FOUND) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.3.1 + GIT_TAG v0.4.2 ) FetchContent_MakeAvailable(Corrosion) diff --git a/examples/qml_features/CMakeLists.txt b/examples/qml_features/CMakeLists.txt index 847cb03b0..b0fd32556 100644 --- a/examples/qml_features/CMakeLists.txt +++ b/examples/qml_features/CMakeLists.txt @@ -28,7 +28,7 @@ if(NOT Corrosion_FOUND) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.3.1 + GIT_TAG v0.4.2 ) FetchContent_MakeAvailable(Corrosion) diff --git a/examples/qml_minimal/CMakeLists.txt b/examples/qml_minimal/CMakeLists.txt index 28dec73c4..73fac3c92 100644 --- a/examples/qml_minimal/CMakeLists.txt +++ b/examples/qml_minimal/CMakeLists.txt @@ -36,7 +36,7 @@ if(NOT Corrosion_FOUND) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.3.1 + GIT_TAG v0.4.2 ) FetchContent_MakeAvailable(Corrosion)