Skip to content

Commit 4fd7ac2

Browse files
author
Hugo Osvaldo Barrera
committed
Bump MSRV to 1.53
See: #997
1 parent 7efc62b commit 4fd7ac2

3 files changed

Lines changed: 3 additions & 2 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.48 # MSRV (Minimum supported rust version)
67+
- 1.53 # 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
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- [playback] `Sink`: `write()` now receives ownership of the packet (breaking).
1717
- [playback] `pipe`: create file if it doesn't already exist
1818
- [playback] More robust dynamic limiter for very wide dynamic range (breaking)
19+
- [build] The MSRV is now 1.53.
1920

2021
### Added
2122
- [cache] Add `disable-credential-cache` flag (breaking).

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.48, 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.53, 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)