Janitor: upgrade corrosion

This commit is contained in:
Olivier Goffart 2023-01-19 11:48:28 +01:00
parent b6b2a0e555
commit 83ea50761a

View file

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