Browse Source

Bump baptiste0928/cargo-install from 2.1.0 to 2.2.0 (#3265)

Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/baptiste0928/cargo-install/releases)
- [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md)
- [Commits](https://github.com/baptiste0928/cargo-install/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: baptiste0928/cargo-install
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3266/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
9f4e8ab0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml
  2. 2
      .github/workflows/rust.yml

2
.github/workflows/release.yml

@ -16,7 +16,7 @@ jobs:
profile: minimal
override: true
- name: Install wasm-pack
uses: baptiste0928/cargo-install@v2.1.0
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: wasm-pack
- uses: actions/setup-node@v3

2
.github/workflows/rust.yml

@ -23,7 +23,7 @@ jobs:
override: true
profile: minimal
- name: Install cargo-tarpaulin
uses: baptiste0928/cargo-install@v2.1.0
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: cargo-tarpaulin
- uses: Swatinem/rust-cache@v2

Loading…
Cancel
Save