Skip to content

Commit

Permalink
Bump MSRV to 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinono3 committed Jan 28, 2024
1 parent d67a686 commit 34f9845
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.65
- uses: dtolnay/rust-toolchain@1.67
- uses: Swatinem/rust-cache@v2
- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "A cross-platform media key and metadata handling library."
repository = "https://github.com/Sinono3/souvlaki"
documentation = "https://docs.rs/souvlaki"
license = "MIT"
rust-version = "1.65"
rust-version = "1.67"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.44"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ my_player xesam:title When The Sun Hits

## Requirements

Minimum supported Rust version is 1.65.0.
Minimum supported Rust version is 1.67.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.65"
channel = "1.67"

0 comments on commit 34f9845

Please sign in to comment.