Skip to content

Add optimized grow()/shrink() functions to Allocator implementation for pool #287

Add optimized grow()/shrink() functions to Allocator implementation for pool

Add optimized grow()/shrink() functions to Allocator implementation for pool #287

Workflow file for this run

name: cargo-deny
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
with:
command: check ${{ matrix.checks }}