Skip to content

Update tokio-tungstenite requirement from 0.21 to 0.23 #20

Update tokio-tungstenite requirement from 0.21 to 0.23

Update tokio-tungstenite requirement from 0.21 to 0.23 #20

Workflow file for this run

name: Main
on:
pull_request:
branches:
- main
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- run: cargo test