misc: Bump MSRV to 1.60

Because of matrix-sdk
This commit is contained in:
Kévin Commaille 2022-05-20 10:54:01 +02:00
parent d3bbcaeda2
commit bbad1bb6b1
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name = "fractal"
version = "5.0.0-alpha"
authors = ["Julian Sparber <julian@sparber.net>"]
edition = "2018"
rust-version = "1.58"
rust-version = "1.60"
[profile.release]
debug = true

View file

@ -61,7 +61,7 @@ flatpak install --user gnome-nightly org.gnome.Fractal.Devel
### Minimum Rust version
To build Fractal, Rust 1.58 is required. For development, you'll need to install the nightly
To build Fractal, Rust 1.60 is required. For development, you'll need to install the nightly
toolchain to be able to run our pre-commit hook that validates the formatting and lints the Rust
code.