Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.1 to 2.7.2 (#43)
Browse files Browse the repository at this point in the history
* Bump Swatinem/rust-cache from 2.7.1 to 2.7.2

Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@3cf7f8c...a226033)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update rust.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and sergejparity authored Jan 16, 2024
1 parent 53f411a commit c5744c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Check all features
uses: actions-rs/cargo@v1.0.3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Check all features
uses: actions-rs/cargo@v1.0.3
Expand All @@ -87,7 +87,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Check no_std build
uses: actions-rs/cargo@v1.0.3
Expand All @@ -113,7 +113,7 @@ jobs:
components: rustfmt

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Cargo fmt
uses: actions-rs/cargo@v1.0.3
Expand All @@ -136,7 +136,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Check internal documentation links
run: RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links" cargo doc -vv --workspace --no-deps --document-private-items
Expand All @@ -156,7 +156,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Cargo test
uses: actions-rs/cargo@v1.0.3
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Run clippy
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit c5744c9

Please sign in to comment.