Skip to content

cargo: Bump deku tag to cc/deku-v0.19.1/bit-precise-no-alloc-2 #43

cargo: Bump deku tag to cc/deku-v0.19.1/bit-precise-no-alloc-2

cargo: Bump deku tag to cc/deku-v0.19.1/bit-precise-no-alloc-2 #43

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cargo clippy --all-targets -- -D warnings
- run: cargo build --locked
- run: cargo test --locked