Skip to content

chore(deps): update rust crate proptest to 1.5.0 #3650

chore(deps): update rust crate proptest to 1.5.0

chore(deps): update rust crate proptest to 1.5.0 #3650

Workflow file for this run

# This workflow file serves as an example for cargo-hakari CI integration.
on:
push:
branches:
- main
pull_request:
branches:
- main
name: cargo hakari
jobs:
workspace-hack-check:
name: Check workspace-hack
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-hakari
uses: taiki-e/install-action@64e4e2f995104968c78bd697b253d55bf557af66 # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
run: cargo hakari generate --diff
- name: Check all crates depend on workspace-hack
run: cargo hakari manage-deps --dry-run