mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
Set MSRV to 1.66
This commit is contained in:
parent
8934bf3bf5
commit
fd6c80a590
7 changed files with 8 additions and 7 deletions
|
@ -16,7 +16,7 @@ FetchContent_Declare(
|
|||
FetchContent_MakeAvailable(Corrosion)
|
||||
|
||||
list(PREPEND CMAKE_MODULE_PATH ${Corrosion_SOURCE_DIR}/cmake)
|
||||
find_package(Rust 1.64 REQUIRED MODULE)
|
||||
find_package(Rust 1.66 REQUIRED MODULE)
|
||||
|
||||
option(SLINT_FEATURE_COMPILER "Enable support for compiling .slint files to C++ ahead of time" ON)
|
||||
|
||||
|
|
|
@ -63,4 +63,4 @@ cargo run --release --bin printerdemo
|
|||
|
||||
### Minimum Supported Rust Version
|
||||
|
||||
This crate's minimum supported `rustc` version is 1.64.
|
||||
This crate's minimum supported `rustc` version is 1.66.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue