Skip to content

chore(deps): bump Swatinem/rust-cache from 2.7.7 to 2.7.8 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
profile: minimal
components: llvm-tools-preview
- name: Rust Cache
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
- name: Test
10 changes: 5 additions & 5 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
override: true
profile: minimal
- name: Rust Cache
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8
- name: Pin dependencies for MSRV
if: matrix.rust.version == '1.63.0'
run: ./ci/pin-msrv.sh
@@ -70,7 +70,7 @@ jobs:
profile: minimal
# target: "thumbv6m-none-eabi"
- name: Rust Cache
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8
- name: Check bdk wallet
working-directory: ./wallet
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -100,7 +100,7 @@ jobs:
profile: minimal
target: "wasm32-unknown-unknown"
- name: Rust Cache
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8
- name: Check bdk wallet
working-directory: ./wallet
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -140,7 +140,7 @@ jobs:
components: clippy
override: true
- name: Rust Cache
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
@@ -170,7 +170,7 @@ jobs:
override: true
profile: minimal
- name: Rust Cache
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8
- name: Build
working-directory: examples/${{ matrix.example-dir }}
run: cargo build