misc: Bump MSRV to 1.60
Because of matrix-sdk
This commit is contained in:
parent
d3bbcaeda2
commit
bbad1bb6b1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue