Skip to content

Commit fb12820

Browse files
authored
Merge pull request #1007 from JasonLG1979/bump2
Bump dependencies
2 parents a92cb96 + 79b92bb commit fb12820

7 files changed

Lines changed: 178 additions & 316 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
os: [ubuntu-latest]
6666
toolchain:
67-
- 1.53 # MSRV (Minimum supported rust version)
67+
- 1.56 # MSRV (Minimum supported rust version)
6868
- stable
6969
- beta
7070
experimental: [false]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Changed
11+
- [chore] The MSRV is now 1.56
1112

1213
### Added
1314

COMPILING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In order to compile librespot, you will first need to set up a suitable Rust bui
77
### Install Rust
88
The easiest, and recommended way to get Rust is to use [rustup](https://rustup.rs). Once that’s installed, Rust's standard tools should be set up and ready to use.
99

10-
*Note: The current minimum required Rust version at the time of writing is 1.53, you can find the current minimum version specified in the `.github/workflow/test.yml` file.*
10+
*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.*
1111

1212
#### Additional Rust tools - `rustfmt`
1313
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:

0 commit comments

Comments
 (0)