From 0f4a0dbb40ed8017e7f303315f1b32798c89734a Mon Sep 17 00:00:00 2001 From: Willard Date: Sat, 5 Oct 2024 13:27:31 +0200 Subject: [PATCH] pin corrosion ver --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bde08ea..abdab34 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -83,7 +83,7 @@ include(FetchContent) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG master # Optionally specify a commit hash, version tag or branch here + GIT_TAG v0.4.7 # Optionally specify a commit hash, version tag or branch here ) # Set any global configuration variables such as `Rust_TOOLCHAIN` before this line! FetchContent_MakeAvailable(Corrosion)