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:
Olivier Goffart 2023-09-06 11:28:15 +02:00 committed by Olivier Goffart
parent 644a39f1e8
commit a565ed53fd
10 changed files with 31 additions and 25 deletions

View file

@ -8,7 +8,7 @@ You will need a development environment that can compile C++20, [CMake 3.21](htt
and we recommend [Ninja](https://ninja-build.org) for `-GNinja`.
We don't provide binaries of Slint yet, so we will use the CMake integration that will automatically build
the tools and library from source. Since it's implemented in the Rust programming language, this means that
you also need to install a Rust compiler (1.66 or newer). You can easily install a Rust compiler
you also need to install a Rust compiler (1.70 or newer). You can easily install a Rust compiler
following the instruction from [the Rust website](https://www.rust-lang.org/learn/get-started).
We're going to use `cmake`'s builtin FetchContent module to fetch the source code of Slint.