Update to corrosion 0.4.3

That include a fix for parsing espressif target so workaround can be
removed
This commit is contained in:
Olivier Goffart 2023-09-13 08:58:19 +02:00 committed by Olivier Goffart
parent 461dec0052
commit 5d37a4a158
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -13,7 +13,6 @@ else(CONFIG_IDF_TARGET_ARCH_XTENSA)
message(FATAL_ERROR "Architecture currently not supported")
endif(CONFIG_IDF_TARGET_ARCH_XTENSA)
set(CORROSION_NO_WARN_PARSE_TARGET_TRIPLE_FAILED ON)
set(SLINT_FEATURE_FREESTANDING ON)
set(SLINT_FEATURE_RENDERER_SOFTWARE ON)
set(SLINT_LIBRARY_CARGO_FLAGS "-Zbuild-std=core,alloc")