Skip to content

make hexdigest available under alloc feature, not only std-envi… #15

make hexdigest available under alloc feature, not only std-envi…

make hexdigest available under alloc feature, not only std-envi… #15

Workflow file for this run

name: Clippy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run clippy
run: cargo clippy