Update corrosion

This commit is contained in:
Olivier Goffart 2022-05-05 08:54:32 +02:00
parent 6395cdfc09
commit bc0f878799

View file

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