-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.7.5...v2.7.7) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4a3675f
commit accd6b6
Showing
3 changed files
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
profile: minimal | ||
components: llvm-tools-preview | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Install grcov | ||
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi | ||
- name: Test | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
override: true | ||
profile: minimal | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Pin dependencies for MSRV | ||
if: matrix.rust.version == '1.63.0' | ||
run: | | ||
|
@@ -75,7 +75,7 @@ jobs: | |
profile: minimal | ||
# target: "thumbv6m-none-eabi" | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Check bdk_chain | ||
working-directory: ./crates/chain | ||
# TODO "--target thumbv6m-none-eabi" should work but currently does not | ||
|
@@ -111,7 +111,7 @@ jobs: | |
profile: minimal | ||
target: "wasm32-unknown-unknown" | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Check bdk wallet | ||
working-directory: ./crates/wallet | ||
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown | ||
|
@@ -149,7 +149,7 @@ jobs: | |
components: clippy | ||
override: true | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- uses: actions-rs/clippy-check@v1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -181,7 +181,7 @@ jobs: | |
override: true | ||
profile: minimal | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Build | ||
working-directory: example-crates/${{ matrix.example-dir }} | ||
run: cargo build |
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Update toolchain | ||
run: rustup update | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Build docs | ||
run: cargo doc --no-deps | ||
env: | ||
|