Skip to content

Bump tokio from 1.36.0 to 1.37.0 #195

Bump tokio from 1.36.0 to 1.37.0

Bump tokio from 1.36.0 to 1.37.0 #195

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose