From 7a7d5429f300e1e5701760abc368140f9e9cab72 Mon Sep 17 00:00:00 2001 From: Be Wilson Date: Fri, 2 Jun 2023 13:57:43 -0500 Subject: [PATCH] update to Corrosion 0.4.1 --- examples/cargo_without_cmake/CMakeLists.txt | 2 +- examples/demo_threading/CMakeLists.txt | 2 +- examples/qml_extension_plugin/plugin/CMakeLists.txt | 2 +- examples/qml_features/CMakeLists.txt | 2 +- examples/qml_minimal/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/cargo_without_cmake/CMakeLists.txt b/examples/cargo_without_cmake/CMakeLists.txt index 048167471..dc46beffb 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.0 + GIT_TAG v0.4.1 ) FetchContent_MakeAvailable(Corrosion) diff --git a/examples/demo_threading/CMakeLists.txt b/examples/demo_threading/CMakeLists.txt index 344eb6f59..bb94ce207 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.0 + GIT_TAG v0.4.1 ) FetchContent_MakeAvailable(Corrosion) diff --git a/examples/qml_extension_plugin/plugin/CMakeLists.txt b/examples/qml_extension_plugin/plugin/CMakeLists.txt index 4f4507845..9c4f6919a 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.0 + GIT_TAG v0.4.1 ) FetchContent_MakeAvailable(Corrosion) diff --git a/examples/qml_features/CMakeLists.txt b/examples/qml_features/CMakeLists.txt index 0e2aead0d..2a19c49c7 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.0 + GIT_TAG v0.4.1 ) FetchContent_MakeAvailable(Corrosion) diff --git a/examples/qml_minimal/CMakeLists.txt b/examples/qml_minimal/CMakeLists.txt index 31c14e831..9de7cef9d 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.0 + GIT_TAG v0.4.1 ) FetchContent_MakeAvailable(Corrosion)