Skip to content

Commit

Permalink
update to Corrosion 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jun 5, 2023
1 parent a6a3090 commit 7a7d542
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cargo_without_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_threading/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/qml_extension_plugin/plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/qml_features/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/qml_minimal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7a7d542

Please sign in to comment.