Skip to content

Bump async-trait from 0.1.52 to 0.1.73 #1259

Bump async-trait from 0.1.52 to 0.1.73

Bump async-trait from 0.1.52 to 0.1.73 #1259

Workflow file for this run

on: [push, pull_request]
name: Cargo
jobs:
build:
name: Cargo Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
test:
name: Cargo Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test