Skip to content

Update futures-lite to 2.0.0 #2

Update futures-lite to 2.0.0

Update futures-lite to 2.0.0 #2

Workflow file for this run

name: cargo-deny
on:
pull_request:
branches: [ main ]
paths:
- '**/Cargo.lock'
- '**/Cargo.toml'
jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo install --locked cargo-deny
- run: cargo deny check licenses