Skip to content

Update tokio-tungstenite requirement from 0.20.0 to 0.21.0 #200

Update tokio-tungstenite requirement from 0.20.0 to 0.21.0

Update tokio-tungstenite requirement from 0.20.0 to 0.21.0 #200

Workflow file for this run

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