Skip to content

Bump tokio from 1.38.1 to 1.39.1 #39

Bump tokio from 1.38.1 to 1.39.1

Bump tokio from 1.38.1 to 1.39.1 #39

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