Browse Source

chore: Bump MSRV

Because of use of `async` in traits.
fractal-6
Kévin Commaille 2 years ago committed by Kévin Commaille
parent
commit
265e6b8237
  1. 2
      CONTRIBUTING.md
  2. 2
      Cargo.toml

2
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.70 and Cargo available on your
Fractal is written in Rust, so you will need to have at least Rust 1.75 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).

2
Cargo.toml

@ -3,7 +3,7 @@ name = "fractal"
version = "6.0.0-rc"
authors = ["Julian Sparber <julian@sparber.net>"]
edition = "2021"
rust-version = "1.70"
rust-version = "1.75"
publish = false
[profile.release]

Loading…
Cancel
Save