1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-06-07 14:37:45 +00:00

Update Corrosion to 0.5.2

This commit is contained in:
Joshua Goins 2025-06-02 16:48:19 -04:00
parent bccf9c5a4f
commit 17e9f0aee0

View file

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