mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Update MSRV to rust 1.59 in the CI and documentation
This is only required for dependencies of slint-build and xtask. So this is not enforced yet and will still work with 1.56 with for C++ or when not using slint-build.
This commit is contained in:
parent
e85e69fda0
commit
452bc2a696
7 changed files with 6 additions and 7 deletions
|
@ -30,7 +30,7 @@ The recommended and most flexible way to use the C++ API is to build Slint from
|
|||
First you need to install the prerequisites:
|
||||
|
||||
* Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started). If you already
|
||||
have Rust installed, make sure that it's at least version 1.56 or newer. You can check which version you have installed
|
||||
have Rust installed, make sure that it's at least version 1.59 or newer. You can check which version you have installed
|
||||
by running `rustc --version`. Once this is done, you should have the ```rustc``` compiler and the ```cargo``` build system installed in your path.
|
||||
* **[cmake](https://cmake.org/download/)** (3.19 or newer)
|
||||
* A C++ compiler that supports C++20 (e.g., **MSVC 2019 16.6** on Windows)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue