mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Bump MSRV to 1.48
hyper, libmdns and sdl require a higher version.
This commit is contained in:
parent
9d55f9aa5f
commit
da2cd8c971
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ curl https://sh.rustup.rs -sSf | sh
|
|||
|
||||
Follow any prompts it gives you to install Rust. Once that’s done, Rust's standard tools should be setup and ready to use.
|
||||
|
||||
*Note: The current minimum required Rust version at the time of writing is 1.45, 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.48, 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), which is installed by default with `rustup` these days, else it can be installed manually with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue