mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Update MSRV to 1.73
A MSRV update is required to update the image crate to 0.25, otherwise we get link error that are ficed in newer version. Also other dependency update such as env_logger needs a newer MSRV. Update to 1.73 because it has functions like `with_borrow` on thread storage which we already actually use in some platform. This is also the last release before the the drop of macOs < 10.12 in Rust 1.74
This commit is contained in:
parent
6bf40989d9
commit
fd4dcfc128
10 changed files with 14 additions and 14 deletions
|
@ -19,7 +19,7 @@ in detail.
|
|||
## 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.70 or newer. You can check which version you have installed
|
||||
have Rust installed, make sure that it's at least version 1.73 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. This requirement will be removed before the final release of Slint for Python.
|
||||
* [Python 3](https://python.org/)
|
||||
* [pip](https://pypi.org/project/pip/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue