Skip to content

[POP-2916] Change intra_batch_rule to AND #5348

[POP-2916] Change intra_batch_rule to AND

[POP-2916] Change intra_batch_rule to AND #5348

Workflow file for this run

name: Check Cargo Dependencies
on:
push:
branches:
- main
pull_request:
jobs:
cargo-deny:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0
- uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad
with:
log-level: "error"
rust-version: "1.85.0"