Skip to content

generator replaced by coroutine #17

generator replaced by coroutine

generator replaced by coroutine #17

Workflow file for this run

name: Build
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rustup toolchain install nightly
- name: Build
run: cargo +nightly build --verbose