Skip to content

fix(deps): update rust crate anyhow to v1.0.95 #1371

fix(deps): update rust crate anyhow to v1.0.95

fix(deps): update rust crate anyhow to v1.0.95 #1371

Workflow file for this run

# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
name: clippy
on:
push:
branches:
- dev
paths:
- '.github/workflows/clippy.yml'
- 'src/**'
- 'Cargo.lock'
- 'Cargo.toml'
pull_request:
paths:
- .github/workflows/clippy.yml
- src/**
- Cargo.lock
- Cargo.toml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy --all-targets --all-features -- -D warnings