docs: Bump required Rust version to 1.70

This is the version required by matrix-sdk
This commit is contained in:
Kévin Commaille 2023-07-15 12:41:12 +02:00
parent d06d78fe80
commit f903fff31f
No known key found for this signature in database
GPG key ID: 29A48C1F03620416
2 changed files with 2 additions and 2 deletions

View file

@ -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).

View file

@ -3,7 +3,7 @@ name = "fractal"
version = "5.0.0-beta1"
authors = ["Julian Sparber <julian@sparber.net>"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"
[profile.release]
debug = true