Set MSRV to 1.66

This commit is contained in:
Olivier Goffart 2023-02-15 10:32:41 +01:00 committed by Olivier Goffart
parent 8934bf3bf5
commit fd6c80a590
7 changed files with 8 additions and 7 deletions

View file

@ -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)

View file

@ -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.