forked from librespot-org/librespot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/dev' into mass
- Loading branch information
Showing
30 changed files
with
913 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Install toolchain | ||
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain stable -y | ||
- run: cargo fmt --all -- --check | ||
|
@@ -68,7 +68,7 @@ jobs: | |
toolchain: [stable] | ||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Install toolchain | ||
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain ${{ matrix.toolchain }} -y | ||
|
@@ -79,7 +79,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Cache Rust dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.1 | ||
with: | ||
path: | | ||
~/.cargo/registry/index | ||
|
@@ -119,7 +119,7 @@ jobs: | |
experimental: true | ||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Install toolchain | ||
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y | ||
|
@@ -130,7 +130,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Cache Rust dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.1 | ||
with: | ||
path: | | ||
~/.cargo/registry/index | ||
|
@@ -168,7 +168,7 @@ jobs: | |
- stable | ||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
# hyper-rustls >=0.27 uses aws-lc as default backend which requires NASM to build | ||
- name: Install NASM | ||
|
@@ -183,7 +183,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Cache Rust dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.1 | ||
with: | ||
path: | | ||
~/.cargo/registry/index | ||
|
@@ -219,7 +219,7 @@ jobs: | |
- stable | ||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Install toolchain | ||
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y | ||
|
@@ -230,7 +230,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Cache Rust dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.1 | ||
with: | ||
path: | | ||
~/.cargo/registry/index | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.