mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Upgrade MSRV to 1.70
Many of our dependencies already made the jump and require a cargo update hack, so make it official Removed the MSRV from the README since it applies to master branch and people read the readme also for the released version. There is enough documentation of the MSRV in other locations.
This commit is contained in:
parent
644a39f1e8
commit
a565ed53fd
10 changed files with 31 additions and 25 deletions
|
@ -16,7 +16,7 @@ FetchContent_Declare(
|
|||
FetchContent_MakeAvailable(Corrosion)
|
||||
|
||||
list(PREPEND CMAKE_MODULE_PATH ${Corrosion_SOURCE_DIR}/cmake)
|
||||
find_package(Rust 1.66 REQUIRED MODULE)
|
||||
find_package(Rust 1.70 REQUIRED MODULE)
|
||||
|
||||
option(BUILD_SHARED_LIBS "Build Slint as shared library" ON)
|
||||
option(SLINT_FEATURE_COMPILER "Enable support for compiling .slint files to C++ ahead of time" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue