Update corrosion

This commit is contained in:
Olivier Goffart 2023-11-30 08:29:35 +01:00
parent 9a1857fb36
commit 583322be56

View file

@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.4.4
GIT_TAG v0.4.5
)
FetchContent_MakeAvailable(Corrosion)