Skip to content

fix: read_u128_le() returns u16 instead of u128 . (#262) #603

fix: read_u128_le() returns u16 instead of u128 . (#262)

fix: read_u128_le() returns u16 instead of u128 . (#262) #603

Workflow file for this run

name: Cargo-deny Check
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
command: check
arguments: --all-features