From f903fff31f49d8463635e5feb6f96e68d6bacf74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 15 Jul 2023 12:41:12 +0200 Subject: [PATCH] docs: Bump required Rust version to 1.70 This is the version required by matrix-sdk --- CONTRIBUTING.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0757eaf7..1e446bdb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ and ask us any questions you might have. ### Prerequisites -Fractal is written in Rust, so you will need to have at least Rust 1.65 and Cargo available on your +Fractal is written in Rust, so you will need to have at least Rust 1.70 and Cargo available on your system. You will also need to install the Rust nightly toolchain to be able to run our [pre-commit hook](#pre-commit). diff --git a/Cargo.toml b/Cargo.toml index 960ba68e..badaa184 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fractal" version = "5.0.0-beta1" authors = ["Julian Sparber "] edition = "2021" -rust-version = "1.65" +rust-version = "1.70" [profile.release] debug = true