C++: Fix incorrectly documented minimum supported Rust version

This commit is contained in:
Simon Hausmann 2024-03-08 15:20:53 +01:00 committed by GitHub
parent 203259f024
commit efb626a54a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ In the next section you will learn how to use the installed library in your appl
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.60 or newer. You can check which version you have installed
have Rust installed, make sure that it's at least version 1.70 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.
You can either choose to compile Slint from source along with your application or include Slint as an external CMake package.