async-bincode 0.7.0

Asynchronous access to a bincode-encoded item stream.
Documentation
on:
  push:
    branches: [master]
  pull_request:
name: Minimum Supported Rust Version
jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: 1.60.0
          override: true
      - uses: actions/checkout@v2
        with:
          submodules: true
      - name: cargo +1.60.0 check
        uses: actions-rs/cargo@v1
        with:
          command: check