Skip to content

Update tokio-tungstenite requirement from 0.24.0 to 0.26.1 #66

Update tokio-tungstenite requirement from 0.24.0 to 0.26.1

Update tokio-tungstenite requirement from 0.24.0 to 0.26.1 #66

Workflow file for this run

name: formatting
on:
push:
branches: [ main ]
paths:
- '**.rs'
pull_request:
branches: [ main ]
paths-ignore:
- '**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
cargo-fmt-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run format check
run: cargo fmt --check