Skip to content

Update rust-lzma requirement from 0.5 to 0.6 #96

Update rust-lzma requirement from 0.5 to 0.6

Update rust-lzma requirement from 0.5 to 0.6 #96

Workflow file for this run

on: [push, pull_request]
name: Formatting on nightly toolchain
jobs:
format:
runs-on: ubuntu-latest
env:
CARGO_UNSTABLE_SPARSE_REGISTRY: true
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --verbose -- --check --verbose
- name: Check formatting on fuzzing
run: cargo fmt --verbose --manifest-path fuzz/Cargo.toml -- --check --verbose