From 69a65ab1af00643c49f76b67fb1c550414439a44 Mon Sep 17 00:00:00 2001 From: Willard Date: Sat, 5 Oct 2024 15:17:18 +0200 Subject: [PATCH] cor 0.5.0 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index abdab34..ba41145 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 v0.4.7 # Optionally specify a commit hash, version tag or branch here + GIT_TAG v0.5.0 # 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)