Use the fresh new corrosion release

This commit is contained in:
Simon Hausmann 2022-12-13 12:10:00 +01:00
parent 96bf59aa37
commit a63c7bcada

View file

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