Skip to content

Bump tokio from 1.38.1 to 1.40.0 #67

Bump tokio from 1.38.1 to 1.40.0

Bump tokio from 1.38.1 to 1.40.0 #67

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose