Skip to content

Update bitstream-io requirement from 1.3.0 to 2.0.0 #27

Update bitstream-io requirement from 1.3.0 to 2.0.0

Update bitstream-io requirement from 1.3.0 to 2.0.0 #27

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --all-targets --verbose
- name: Run tests
run: cargo test --all-targets --verbose