Skip to content

Commit d67a686

Browse files
committed
Bump MSRV to 1.65
1 parent 081bb1a commit d67a686

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: dtolnay/rust-toolchain@1.60.0
19+
- uses: dtolnay/rust-toolchain@1.65
2020
- uses: Swatinem/rust-cache@v2
2121
- name: Install Dependencies
2222
run: |

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A cross-platform media key and metadata handling library."
77
repository = "https://github.com/Sinono3/souvlaki"
88
documentation = "https://docs.rs/souvlaki"
99
license = "MIT"
10-
rust-version = "1.60"
10+
rust-version = "1.65"
1111

1212
[target.'cfg(target_os = "windows")'.dependencies.windows]
1313
version = "0.44"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ my_player xesam:title When The Sun Hits
4747

4848
## Requirements
4949

50-
Minimum supported Rust version is 1.60.0.
50+
Minimum supported Rust version is 1.65.0.
5151

5252
## Usage
5353

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.60"
2+
channel = "1.65"

0 commit comments

Comments
 (0)