Skip to content

build(deps): bump minreq from 2.13.4 to 2.14.0 in the all-dependencies-cargo group #363

build(deps): bump minreq from 2.13.4 to 2.14.0 in the all-dependencies-cargo group

build(deps): bump minreq from 2.13.4 to 2.14.0 in the all-dependencies-cargo group #363

Workflow file for this run

name: CI
on:
push:
branches:
- "master"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@nextest
- run: cargo fmt -- --check && cargo clippy --all-targets --all-features -- -D warnings
- run: cargo nextest run