Skip to content

fix(deps): update rust crate tokio to v1.40.0 #381

fix(deps): update rust crate tokio to v1.40.0

fix(deps): update rust crate tokio to v1.40.0 #381

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Continuous Integration
jobs:
linux:
name: linux
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- 1.77.0
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: rustup component add clippy
- run: sudo apt-get install -y libfontconfig-dev pkgconf libxkbcommon-dev
- name: clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings