Update MSRV to 1.57

This commit is contained in:
Roderick van Domburg 2022-07-29 23:17:10 +02:00
parent 6537c441c3
commit c74dc250d9
No known key found for this signature in database
GPG key ID: 87F5FDE8A56219F4
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain:
- 1.56 # MSRV (Minimum supported rust version)
- 1.57 # MSRV (Minimum supported rust version)
- stable
- beta
experimental: [false]

View file

@ -7,7 +7,7 @@ In order to compile librespot, you will first need to set up a suitable Rust bui
### Install Rust
The easiest, and recommended way to get Rust is to use [rustup](https://rustup.rs). Once thats installed, Rust's standard tools should be set up and ready to use.
*Note: The current minimum required Rust version at the time of writing is 1.56, you can find the current minimum version specified in the `.github/workflow/test.yml` file.*
*Note: The current minimum required Rust version at the time of writing is 1.57, you can find the current minimum version specified in the `.github/workflow/test.yml` file.*
#### Additional Rust tools - `rustfmt`
To ensure a consistent codebase, we utilise [`rustfmt`](https://github.com/rust-lang/rustfmt) and [`clippy`](https://github.com/rust-lang/rust-clippy), which are installed by default with `rustup` these days, else they can be installed manually with: