Bump MSRV to 1.48

hyper, libmdns and sdl require a higher version.
This commit is contained in:
johannesd3 2021-05-01 11:03:19 +02:00
parent 9d55f9aa5f
commit da2cd8c971
No known key found for this signature in database
GPG key ID: 8C2739E91D410F75
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -13,7 +13,7 @@ curl https://sh.rustup.rs -sSf | sh
Follow any prompts it gives you to install Rust. Once thats 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: