Skip to content

Bump tokio from 1.26.0 to 1.28.2 #136

Bump tokio from 1.26.0 to 1.28.2

Bump tokio from 1.26.0 to 1.28.2 #136

Workflow file for this run

name: CI
on:
push:
branches: [ dev ]
paths:
- 'src/**'
- '.github/**'
pull_request:
branches: [ dev ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
override: true
components: rustfmt, clippy
- name: rustfmt
run: cargo fmt -- --check
- name: Build
run: cargo build --verbose --release