From 361e911bce6383b34c26eb47f35994f2ee4f506f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Oct 2022 20:09:43 -0400 Subject: [PATCH] Update corrosion to 0.2.2, libphysis to 0.1.1 --- extern/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index 6756c06..3989b32 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -1,7 +1,7 @@ FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.2.1 + GIT_TAG v0.2.2 ) FetchContent_MakeAvailable(Corrosion) @@ -9,7 +9,7 @@ FetchContent_MakeAvailable(Corrosion) FetchContent_Declare( libphysis GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis - GIT_TAG main + GIT_TAG 0.1.1 ) FetchContent_MakeAvailable(libphysis)