Skip to content

bump: tokio to 1.35 #25

bump: tokio to 1.35

bump: tokio to 1.35 #25

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Check README
jobs:
check-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Check if the README is up to date.
run: |
cargo install cargo-rdme
cargo rdme --check