Skip to content

Commit

Permalink
Merge branch 'librespot-org:dev' into auth-token-from-login5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrelt authored Dec 1, 2023
2 parents ba08273 + 87389a8 commit f065908
Show file tree
Hide file tree
Showing 14 changed files with 637 additions and 560 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1
- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain stable -y
- run: cargo fmt --all -- --check
Expand All @@ -68,7 +68,7 @@ jobs:
toolchain: [stable]
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1

- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain ${{ matrix.toolchain }} -y
Expand All @@ -79,7 +79,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain:
- "1.65" # MSRV (Minimum supported rust version)
- "1.70" # MSRV (Minimum supported rust version)
- stable
experimental: [false]
# Ignore failures in beta
Expand All @@ -119,7 +119,7 @@ jobs:
experimental: true
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1

- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
Expand All @@ -130,7 +130,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -163,11 +163,11 @@ jobs:
matrix:
os: [windows-latest]
toolchain:
- "1.65" # MSRV (Minimum supported rust version)
- "1.70" # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1

- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
Expand All @@ -178,7 +178,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -206,11 +206,11 @@ jobs:
os: [ubuntu-latest]
target: [armv7-unknown-linux-gnueabihf]
toolchain:
- "1.65" # MSRV (Minimum supported rust version)
- "1.70" # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1

- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
Expand All @@ -221,7 +221,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ https://github.com/librespot-org/librespot
configurations.
- [audio] Files are now downloaded over the HTTPS CDN (breaking)
- [audio] Improve file opening and seeking performance (breaking)
- [core] MSRV is now 1.65 (breaking)
- [core] MSRV is now 1.70 (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 f065908

Please sign in to comment.