Skip to content

Commit

Permalink
Update dependencies sysinfo and RSA (librespot-org#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubiuser authored May 14, 2023
1 parent 31d18f7 commit c964102
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 118 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain:
- "1.64" # MSRV (Minimum supported rust version)
- "1.65" # MSRV (Minimum supported rust version)
- stable
experimental: [false]
# Ignore failures in beta
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
matrix:
os: [windows-latest]
toolchain:
- "1.64" # MSRV (Minimum supported rust version)
- "1.65" # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
os: [ubuntu-latest]
target: [armv7-unknown-linux-gnueabihf]
toolchain:
- "1.64" # MSRV (Minimum supported rust version)
- "1.65" # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://github.com/librespot-org/librespot
- [all] Improve lock contention and performance (breaking)
- [audio] Files are now downloaded over the HTTPS CDN (breaking)
- [audio] Improve file opening and seeking performance (breaking)
- [chore] MSRV is now 1.61 (breaking)
- [core] MSRV is now 1.65 (breaking)
- [connect] `DeviceType` moved out of `connect` into `core` (breaking)
- [connect] Update and expose all `spirc` context fields (breaking)
- [connect] Add `Clone, Defaut` traits to `spirc` contexts
Expand Down
Loading

0 comments on commit c964102

Please sign in to comment.