Skip to content

Update fast_image_resize requirement from 3.0.4 to 4.0.0 #64

Update fast_image_resize requirement from 3.0.4 to 4.0.0

Update fast_image_resize requirement from 3.0.4 to 4.0.0 #64

Workflow file for this run

name: cargo
on: [push]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo fmt --all --check