diff --git a/Cargo.toml b/Cargo.toml index 220e8ca2..e8eb23a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fractal" version = "5.0.0-alpha" authors = ["Julian Sparber "] edition = "2018" -rust-version = "1.58" +rust-version = "1.60" [profile.release] debug = true diff --git a/README.md b/README.md index 1f610eef..64e0caf1 100644 --- a/README.md +++ b/README.md @@ -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.