Skip to content

fix: fix UB in aligned vector #3027

fix: fix UB in aligned vector

fix: fix UB in aligned vector #3027

Workflow file for this run

# Used in pull requests
name: Cargo deny check
on: pull_request
permissions: read-all
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2.0.11
with:
command: check
command-arguments: "--allow unmaintained --hide-inclusion-graph"